COLOR #666A8A

HEX: #666A8A
RGB: (102,106,138)

Color info

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

RGB color model

#666A8A color RGB value is (102,106,138).

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

RGB channels and saturation

R 102 of 255 = 40%
G 106 of 255 = 42%
B 138 of 255 = 54%

102
106
138

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

Portions of RGB colors in percentages

R + G + B =
102 + 106 + 138 = 346 (100%)
R 102 of 346 ~ 29.48%
G 106 of 346 ~ 30.64%
B 138 of 346 ~ 39.88%

%29.48
%30.64
%39.88

CMYK color model

#666A8A color CMYK value is (26,23,0,46).

  • cyan value is 26.09%
  • magenta value is 23.19%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(26,23,0,46)
C26M23Y0K46 
(26%,23%,0%,46%)
(0.26/0.23/0.00/0.46)	

CMYK percentages

%26.09
%23.19
%0
%45.88

Codes

Color #666A8A in popluar color models

666A8A
RGB102106138
HSL233°15.00%47.06%
HSB/HSV233°26.09%54.12%
CMYK26.09%23.19%0.00%
45.88%

Color #666A8A in popluar number systems.

HEX666A8A
Decimal102106138
Binary1100110110101010001010
Octal146152212

Shades and tints

Shades of #666A8A

#666A8A
(102,106,138)
#5D617E
(93,97,126)
#545872
(84,88,114)
#4B4F66
(75,79,102)
#42465A
(66,70,90)
#393D4E
(57,61,78)
#303442
(48,52,66)
#272B36
(39,43,54)
#1E222A
(30,34,42)
#15191E
(21,25,30)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #666A8A

#666A8A
(102,106,138)
#737794
(115,119,148)
#80849E
(128,132,158)
#8D91A8
(141,145,168)
#9A9EB2
(154,158,178)
#A7ABBC
(167,171,188)
#B4B8C6
(180,184,198)
#C1C5D0
(193,197,208)
#CED2DA
(206,210,218)
#DBDFE4
(219,223,228)
#E8ECEE
(232,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666A8A; }

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

This text font color is #666A8A.


Background Color

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

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

This div background color is #666A8A.


Border color

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

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

This div border color is #666A8A.


Opacity

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

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

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

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

This text has shadow with #666A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666A8A on black background.


Color preview on white background

This text has color #666A8A on white background.



Black color preview on #666A8A background

This text has black color on #666A8A background.


White color preview on #666A8A background

This text has white color on #666A8A background.