COLOR #646FA6

HEX: #646FA6
RGB: (100,111,166)

Color info

#646FA6 contains mainly green and blue colors. Web safe color of #646FA6 is #666699 (or #669).

RGB color model

#646FA6 color RGB value is (100,111,166).

  • red value is 100;
  • green value is 111;
  • blue value is 166.
RGB:
(100,111,166)
(39%,44%,65%)

RGB channels and saturation

R 100 of 255 = 39%
G 111 of 255 = 44%
B 166 of 255 = 65%

100
111
166

R + G + B ~ 49%. #646FA6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 111 + 166 = 377 (100%)
R 100 of 377 ~ 26.53%
G 111 of 377 ~ 29.44%
B 166 of 377 ~ 44.03%

%26.53
%29.44
%44.03

CMYK color model

#646FA6 color CMYK value is (40,33,0,35).

  • cyan value is 39.76%
  • magenta value is 33.13%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(40,33,0,35)
C40M33Y0K35 
(40%,33%,0%,35%)
(0.40/0.33/0.00/0.35)	

CMYK percentages

%39.76
%33.13
%0
%34.9

Codes

Color #646FA6 in popluar color models

646FA6
RGB100111166
HSL230°27.05%52.16%
HSB/HSV230°39.76%65.10%
CMYK39.76%33.13%0.00%
34.90%

Color #646FA6 in popluar number systems.

HEX646FA6
Decimal100111166
Binary1100100110111110100110
Octal144157246

Shades and tints

Shades of #646FA6

#646FA6
(100,111,166)
#5B6597
(91,101,151)
#525B88
(82,91,136)
#495179
(73,81,121)
#40476A
(64,71,106)
#373D5B
(55,61,91)
#2E334C
(46,51,76)
#25293D
(37,41,61)
#1C1F2E
(28,31,46)
#13151F
(19,21,31)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #646FA6

#646FA6
(100,111,166)
#727CAE
(114,124,174)
#8089B6
(128,137,182)
#8E96BE
(142,150,190)
#9CA3C6
(156,163,198)
#AAB0CE
(170,176,206)
#B8BDD6
(184,189,214)
#C6CADE
(198,202,222)
#D4D7E6
(212,215,230)
#E2E4EE
(226,228,238)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646FA6 color. Also use rgb(100,111,166) instead hex code.

Text Font Color

.myTextColor { color: #646FA6; }

<p style="color:#646FA6">This sample text font color is #646FA6.</p>

This text font color is #646FA6.


Background Color

.myBgColor { background-color: #646FA6; }

<div style="background-color:#646FA6">Inner text</div>

This div background color is #646FA6.


Border color

.myBorderColor { border: 1px solid #646FA6; }

<div style="border:3px solid #646FA6">Div</div>

This div border color is #646FA6.


Opacity

.myOpacity80 { color: #646FA6; opacity: 0.8; }

<p style="color:#646FA6;opacity:0.8;">80%</p>

Text with #646FA6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #646FA6;}

<p style="text-shadow: 3px 3px 1px #646FA6">Text here.</p>

This text has shadow with #646FA6 color.

.textShadow {text-shadow: 3px 3px 1px #646FA6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #646FA6, 5px 5px 20px red">Text here.</p>

This text has shadow with #646FA6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#646FA6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#646FA6, Direction=45, Strength=4)">Text</p>

This text has shadow with #646FA6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #646FA6;
  -webkit-box-shadow:	1px 1px 3px 2px #646FA6;
  box-shadow:		1px 1px 3px 2px #646FA6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #646FA6;
-webkit-box-shadow: 1px 1px 3px 2px #646FA6;
box-shadow:1px 1px 3px 2px #646FA6;">
Div content here</div>
This div box has shadow with color #646FA6.

Preview

Color preview on black background

This text has color #646FA6 on black background.


Color preview on white background

This text has color #646FA6 on white background.



Black color preview on #646FA6 background

This text has black color on #646FA6 background.


White color preview on #646FA6 background

This text has white color on #646FA6 background.