COLOR #666FA9

HEX: #666FA9
RGB: (102,111,169)

Color info

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

RGB color model

#666FA9 color RGB value is (102,111,169).

  • red value is 102;
  • green value is 111;
  • blue value is 169.
RGB:
(102,111,169)
(40%,44%,66%)

RGB channels and saturation

R 102 of 255 = 40%
G 111 of 255 = 44%
B 169 of 255 = 66%

102
111
169

R + G + B ~ 50%. #666FA9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 111 + 169 = 382 (100%)
R 102 of 382 ~ 26.7%
G 111 of 382 ~ 29.06%
B 169 of 382 ~ 44.24%

%26.7
%29.06
%44.24

CMYK color model

#666FA9 color CMYK value is (40,34,0,34).

  • cyan value is 39.64%
  • magenta value is 34.32%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(40,34,0,34)
C40M34Y0K34 
(40%,34%,0%,34%)
(0.40/0.34/0.00/0.34)	

CMYK percentages

%39.64
%34.32
%0
%33.73

Codes

Color #666FA9 in popluar color models

666FA9
RGB102111169
HSL232°28.03%53.14%
HSB/HSV232°39.64%66.27%
CMYK39.64%34.32%0.00%
33.73%

Color #666FA9 in popluar number systems.

HEX666FA9
Decimal102111169
Binary1100110110111110101001
Octal146157251

Shades and tints

Shades of #666FA9

#666FA9
(102,111,169)
#5D659A
(93,101,154)
#545B8B
(84,91,139)
#4B517C
(75,81,124)
#42476D
(66,71,109)
#393D5E
(57,61,94)
#30334F
(48,51,79)
#272940
(39,41,64)
#1E1F31
(30,31,49)
#151522
(21,21,34)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #666FA9

#666FA9
(102,111,169)
#737CB0
(115,124,176)
#8089B7
(128,137,183)
#8D96BE
(141,150,190)
#9AA3C5
(154,163,197)
#A7B0CC
(167,176,204)
#B4BDD3
(180,189,211)
#C1CADA
(193,202,218)
#CED7E1
(206,215,225)
#DBE4E8
(219,228,232)
#E8F1EF
(232,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666FA9 color. Also use rgb(102,111,169) instead hex code.

Text Font Color

.myTextColor { color: #666FA9; }

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

This text font color is #666FA9.


Background Color

.myBgColor { background-color: #666FA9; }

<div style="background-color:#666FA9">Inner text</div>

This div background color is #666FA9.


Border color

.myBorderColor { border: 1px solid #666FA9; }

<div style="border:3px solid #666FA9">Div</div>

This div border color is #666FA9.


Opacity

.myOpacity80 { color: #666FA9; opacity: 0.8; }

<p style="color:#666FA9;opacity:0.8;">80%</p>

Text with #666FA9 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 #666FA9;}

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

This text has shadow with #666FA9 color.

.textShadow {text-shadow: 3px 3px 1px #666FA9, 3px 3px 1px red;}

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

This text has shadow with #666FA9 primary color and red secondary color.


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

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

This text has shadow with #666FA9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666FA9 on black background.


Color preview on white background

This text has color #666FA9 on white background.



Black color preview on #666FA9 background

This text has black color on #666FA9 background.


White color preview on #666FA9 background

This text has white color on #666FA9 background.