COLOR #666D8A

HEX: #666D8A
RGB: (102,109,138)

Color info

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

RGB color model

#666D8A color RGB value is (102,109,138).

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

RGB channels and saturation

R 102 of 255 = 40%
G 109 of 255 = 43%
B 138 of 255 = 54%

102
109
138

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

Portions of RGB colors in percentages

R + G + B =
102 + 109 + 138 = 349 (100%)
R 102 of 349 ~ 29.23%
G 109 of 349 ~ 31.23%
B 138 of 349 ~ 39.54%

%29.23
%31.23
%39.54

CMYK color model

#666D8A color CMYK value is (26,21,0,46).

  • cyan value is 26.09%
  • magenta value is 21.01%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(26,21,0,46)
C26M21Y0K46 
(26%,21%,0%,46%)
(0.26/0.21/0.00/0.46)	

CMYK percentages

%26.09
%21.01
%0
%45.88

Codes

Color #666D8A in popluar color models

666D8A
RGB102109138
HSL228°15.00%47.06%
HSB/HSV228°26.09%54.12%
CMYK26.09%21.01%0.00%
45.88%

Color #666D8A in popluar number systems.

HEX666D8A
Decimal102109138
Binary1100110110110110001010
Octal146155212

Shades and tints

Shades of #666D8A

#666D8A
(102,109,138)
#5D647E
(93,100,126)
#545B72
(84,91,114)
#4B5266
(75,82,102)
#42495A
(66,73,90)
#39404E
(57,64,78)
#303742
(48,55,66)
#272E36
(39,46,54)
#1E252A
(30,37,42)
#151C1E
(21,28,30)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #666D8A

#666D8A
(102,109,138)
#737A94
(115,122,148)
#80879E
(128,135,158)
#8D94A8
(141,148,168)
#9AA1B2
(154,161,178)
#A7AEBC
(167,174,188)
#B4BBC6
(180,187,198)
#C1C8D0
(193,200,208)
#CED5DA
(206,213,218)
#DBE2E4
(219,226,228)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666D8A; }

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

This text font color is #666D8A.


Background Color

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

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

This div background color is #666D8A.


Border color

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

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

This div border color is #666D8A.


Opacity

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

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

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

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

This text has shadow with #666D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666D8A on black background.


Color preview on white background

This text has color #666D8A on white background.



Black color preview on #666D8A background

This text has black color on #666D8A background.


White color preview on #666D8A background

This text has white color on #666D8A background.