COLOR #666AA5

HEX: #666AA5
RGB: (102,106,165)

Color info

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

RGB color model

#666AA5 color RGB value is (102,106,165).

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

RGB channels and saturation

R 102 of 255 = 40%
G 106 of 255 = 42%
B 165 of 255 = 65%

102
106
165

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

Portions of RGB colors in percentages

R + G + B =
102 + 106 + 165 = 373 (100%)
R 102 of 373 ~ 27.35%
G 106 of 373 ~ 28.42%
B 165 of 373 ~ 44.24%

%27.35
%28.42
%44.24

CMYK color model

#666AA5 color CMYK value is (38,36,0,35).

  • cyan value is 38.18%
  • magenta value is 35.76%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(38,36,0,35)
C38M36Y0K35 
(38%,36%,0%,35%)
(0.38/0.36/0.00/0.35)	

CMYK percentages

%38.18
%35.76
%0
%35.29

Codes

Color #666AA5 in popluar color models

666AA5
RGB102106165
HSL236°25.93%52.35%
HSB/HSV236°38.18%64.71%
CMYK38.18%35.76%0.00%
35.29%

Color #666AA5 in popluar number systems.

HEX666AA5
Decimal102106165
Binary1100110110101010100101
Octal146152245

Shades and tints

Shades of #666AA5

#666AA5
(102,106,165)
#5D6196
(93,97,150)
#545887
(84,88,135)
#4B4F78
(75,79,120)
#424669
(66,70,105)
#393D5A
(57,61,90)
#30344B
(48,52,75)
#272B3C
(39,43,60)
#1E222D
(30,34,45)
#15191E
(21,25,30)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #666AA5

#666AA5
(102,106,165)
#7377AD
(115,119,173)
#8084B5
(128,132,181)
#8D91BD
(141,145,189)
#9A9EC5
(154,158,197)
#A7ABCD
(167,171,205)
#B4B8D5
(180,184,213)
#C1C5DD
(193,197,221)
#CED2E5
(206,210,229)
#DBDFED
(219,223,237)
#E8ECF5
(232,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666AA5; }

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

This text font color is #666AA5.


Background Color

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

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

This div background color is #666AA5.


Border color

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

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

This div border color is #666AA5.


Opacity

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

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

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

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

This text has shadow with #666AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666AA5 on black background.


Color preview on white background

This text has color #666AA5 on white background.



Black color preview on #666AA5 background

This text has black color on #666AA5 background.


White color preview on #666AA5 background

This text has white color on #666AA5 background.