COLOR #666D9C

HEX: #666D9C RGB: (102,109,156)

Color info

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

RGB color model

#666D9C color RGB value is (102,109,156).

RGB: (102,109,156) (40%, 43%, 61%)

RGB channels and saturation

R 102 of 255 = 40%
G 109 of 255 = 43%
B 156 of 255 = 61%

102
109
156

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

Portions of RGB colors in percentages

R + G + B = 102 + 109 + 156 = 367 (100%)
R 102 of 367 ~ 27.79%
G 109 of 367 ~ 29.7%
B 156 of 367 ~ 42.51'%

%27.79
%29.7
%42.51

CMYK color model

#666D9C color CMYK value is (35,30,0,39).

  • cyan value is 34.62%
  • magenta value is 30.13%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (35,30,0,39) C35M30Y0K39 (35%,30%,0%,39%) (0.35/0.30/0.00/0.39) 

CMYK percentages

%34.62
%30.13
%0
%38.82

Codes

Color #666D9C in popluar color models

66 6D 9C
RGB 102 109 156
HSL 232° 21.43% 50.59%
HSB/HSV 232° 34.62% 61.18%
CMYK 34.62% 30.13% 0.00%
38.82%

Color #666D9C in popluar number systems.

HEX 66 6D 9C
Decimal 102 109 156
Binary 1100110 1101101 10011100
Octal 146 155 234

Shades and tints

Shades of #666D9C

#666D9C
(102,109,156)
#5D648E
(93,100,142)
#545B80
(84,91,128)
#4B5272
(75,82,114)
#424964
(66,73,100)
#394056
(57,64,86)
#303748
(48,55,72)
#272E3A
(39,46,58)
#1E252C
(30,37,44)
#151C1E
(21,28,30)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #666D9C

#666D9C
(102,109,156)
#737AA5
(115,122,165)
#8087AE
(128,135,174)
#8D94B7
(141,148,183)
#9AA1C0
(154,161,192)
#A7AEC9
(167,174,201)
#B4BBD2
(180,187,210)
#C1C8DB
(193,200,219)
#CED5E4
(206,213,228)
#DBE2ED
(219,226,237)
#E8EFF6
(232,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666D9C; }

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

This text font color is #666D9C.

Background Color

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

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

This div background color is #666D9C.

Border color

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

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

This div border color is #666D9C.

Opacity

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

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

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

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

This text has shadow with #666D9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666D9C.

Preview

Color preview on black background

This text has color #666D9C on black background.


Color preview on white background

This text has color #666D9C on white background.


Black color preview on #666D9C background

This text has black color on #666D9C background.


White color preview on #666D9C background

This text has white color on #666D9C background.


Related colors

Complementary color

Complementary color for #hex is #999263.


I love getcolorcode.com

Triadic colors

1 #9C666D and #6D9C66 with #666D9C are triadic colors.

2 #9C6D66 and #6D669C with #666D9C are triadic colors.