COLOR #666F8D

HEX: #666F8D
RGB: (102,111,141)

Color info

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

RGB color model

#666F8D color RGB value is (102,111,141).

  • red value is 102;
  • green value is 111;
  • blue value is 141.
RGB:
(102,111,141)
(40%,44%,55%)

RGB channels and saturation

R 102 of 255 = 40%
G 111 of 255 = 44%
B 141 of 255 = 55%

102
111
141

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

Portions of RGB colors in percentages

R + G + B =
102 + 111 + 141 = 354 (100%)
R 102 of 354 ~ 28.81%
G 111 of 354 ~ 31.36%
B 141 of 354 ~ 39.83%

%28.81
%31.36
%39.83

CMYK color model

#666F8D color CMYK value is (28,21,0,45).

  • cyan value is 27.66%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(28,21,0,45)
C28M21Y0K45 
(28%,21%,0%,45%)
(0.28/0.21/0.00/0.45)	

CMYK percentages

%27.66
%21.28
%0
%44.71

Codes

Color #666F8D in popluar color models

666F8D
RGB102111141
HSL226°16.05%47.65%
HSB/HSV226°27.66%55.29%
CMYK27.66%21.28%0.00%
44.71%

Color #666F8D in popluar number systems.

HEX666F8D
Decimal102111141
Binary1100110110111110001101
Octal146157215

Shades and tints

Shades of #666F8D

#666F8D
(102,111,141)
#5D6581
(93,101,129)
#545B75
(84,91,117)
#4B5169
(75,81,105)
#42475D
(66,71,93)
#393D51
(57,61,81)
#303345
(48,51,69)
#272939
(39,41,57)
#1E1F2D
(30,31,45)
#151521
(21,21,33)
#0C0B15
(12,11,21)
#000000
(0,0,0)

Tints of #666F8D

#666F8D
(102,111,141)
#737C97
(115,124,151)
#8089A1
(128,137,161)
#8D96AB
(141,150,171)
#9AA3B5
(154,163,181)
#A7B0BF
(167,176,191)
#B4BDC9
(180,189,201)
#C1CAD3
(193,202,211)
#CED7DD
(206,215,221)
#DBE4E7
(219,228,231)
#E8F1F1
(232,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666F8D color. Also use rgb(102,111,141) instead hex code.

Text Font Color

.myTextColor { color: #666F8D; }

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

This text font color is #666F8D.


Background Color

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

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

This div background color is #666F8D.


Border color

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

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

This div border color is #666F8D.


Opacity

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

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

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

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

This text has shadow with #666F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666F8D on black background.


Color preview on white background

This text has color #666F8D on white background.



Black color preview on #666F8D background

This text has black color on #666F8D background.


White color preview on #666F8D background

This text has white color on #666F8D background.