COLOR #666E8B

HEX: #666E8B RGB: (102,110,139)

Color info

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

RGB color model

#666E8B color RGB value is (102,110,139).

RGB: (102,110,139) (40%, 43%, 55%)

RGB channels and saturation

R 102 of 255 = 40%
G 110 of 255 = 43%
B 139 of 255 = 55%

102
110
139

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

Portions of RGB colors in percentages

R + G + B = 102 + 110 + 139 = 351 (100%)
R 102 of 351 ~ 29.06%
G 110 of 351 ~ 31.34%
B 139 of 351 ~ 39.6'%

%29.06
%31.34
%39.6

CMYK color model

#666E8B color CMYK value is (27,21,0,45).

  • cyan value is 26.62%
  • magenta value is 20.86%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (27,21,0,45)
C27M21Y0K45 (27%, 21%, 0%, 45%)
(0.27 / 0.21 / 0.00 / 0.45)

CMYK percentages

%26.62
%20.86
%0
%45.49

Codes

Color #666E8B in popluar color models

66 6E 8B
RGB 102 110 139
HSL 227° 15.35% 47.25%
HSB/HSV 227° 26.62% 54.51%
CMYK 26.62% 20.86% 0.00%
45.49%

Color #666E8B in popluar number systems.

HEX 66 6E 8B
Decimal 102 110 139
Binary 1100110 1101110 10001011
Octal 146 156 213

Shades and tints

Shades of #666E8B

#666E8B
(102,110,139)
#5D647F
(93,100,127)
#545A73
(84,90,115)
#4B5067
(75,80,103)
#42465B
(66,70,91)
#393C4F
(57,60,79)
#303243
(48,50,67)
#272837
(39,40,55)
#1E1E2B
(30,30,43)
#15141F
(21,20,31)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #666E8B

#666E8B
(102,110,139)
#737B95
(115,123,149)
#80889F
(128,136,159)
#8D95A9
(141,149,169)
#9AA2B3
(154,162,179)
#A7AFBD
(167,175,189)
#B4BCC7
(180,188,199)
#C1C9D1
(193,201,209)
#CED6DB
(206,214,219)
#DBE3E5
(219,227,229)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666E8B color. Also use rgb(102,110,139) instead hex code.

Text Font Color

.myTextColor { color: #666E8B; }

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

This text font color is #666E8B.

Background Color

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

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

This div background color is #666E8B.

Border color

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

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

This div border color is #666E8B.

Opacity

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

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

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

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

This text has shadow with #666E8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666E8B.

Preview

Color preview on black background

This text has color #666E8B on black background.


Color preview on white background

This text has color #666E8B on white background.


Black color preview on #666E8B background

This text has black color on #666E8B background.


White color preview on #666E8B background

This text has white color on #666E8B background.


Related colors

Complementary color

Complementary color for #hex is #999174.


I love getcolorcode.com

Triadic colors

1 #8B666E and #6E8B66 with #666E8B are triadic colors.

2 #8B6E66 and #6E668B with #666E8B are triadic colors.