COLOR #666AA0

HEX: #666AA0
RGB: (102,106,160)

Color info

#666AA0 contains red, green and blue colors in about the same proportion. Web safe color of #666AA0 is #666699 (or #669).

RGB color model

#666AA0 color RGB value is (102,106,160).

  • red value is 102;
  • green value is 106;
  • blue value is 160.
RGB: (102,106,160) (40%,42%,63%)

RGB channels and saturation

R 102 of 255 = 40%
G 106 of 255 = 42%
B 160 of 255 = 63%

102
106
160

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

Portions of RGB colors in percentages

R + G + B =
102 + 106 + 160 = 368 (100%)
R 102 of 368 ~ 27.72%
G 106 of 368 ~ 28.8%
B 160 of 368 ~ 43.48%

%27.72
%28.8
%43.48

CMYK color model

#666AA0 color CMYK value is (36,34,0,37).

  • cyan value is 36.25%
  • magenta value is 33.75%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK: (36,34,0,37) C36M34Y0K37 (36%,34%,0%,37%) (0.36/0.34/0.00/0.37)

CMYK percentages

%36.25
%33.75
%0
%37.25

Codes

Color #666AA0 in popluar color models

666AA0
RGB102106160
HSL236°23.39%51.37%
HSB/HSV236°36.25%62.75%
CMYK36.25%33.75%0.00%
37.25%

Color #666AA0 in popluar number systems.

HEX666AA0
Decimal102106160
Binary1100110110101010100000
Octal146152240

Shades and tints

Shades of #666AA0

#666AA0
(102,106,160)
#5D6192
(93,97,146)
#545884
(84,88,132)
#4B4F76
(75,79,118)
#424668
(66,70,104)
#393D5A
(57,61,90)
#30344C
(48,52,76)
#272B3E
(39,43,62)
#1E2230
(30,34,48)
#151922
(21,25,34)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #666AA0

#666AA0
(102,106,160)
#7377A8
(115,119,168)
#8084B0
(128,132,176)
#8D91B8
(141,145,184)
#9A9EC0
(154,158,192)
#A7ABC8
(167,171,200)
#B4B8D0
(180,184,208)
#C1C5D8
(193,197,216)
#CED2E0
(206,210,224)
#DBDFE8
(219,223,232)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666AA0 color. Also use rgb(102,106,160) instead hex code.

Text Font Color

.myTextColor { color: #666AA0; }

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

This text font color is #666AA0.


Background Color

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

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

This div background color is #666AA0.


Border color

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

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

This div border color is #666AA0.


Opacity

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

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

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

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

This text has shadow with #666AA0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #666AA0 on black background.


Color preview on white background

This text has color #666AA0 on white background.



Black color preview on #666AA0 background

This text has black color on #666AA0 background.


White color preview on #666AA0 background

This text has white color on #666AA0 background.