COLOR #666E97

HEX: #666E97
RGB: (102,110,151)

Color info

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

RGB color model

#666E97 color RGB value is (102,110,151).

  • red value is 102;
  • green value is 110;
  • blue value is 151.
RGB:
(102,110,151)
(40%,43%,59%)

RGB channels and saturation

R 102 of 255 = 40%
G 110 of 255 = 43%
B 151 of 255 = 59%

102
110
151

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

Portions of RGB colors in percentages

R + G + B =
102 + 110 + 151 = 363 (100%)
R 102 of 363 ~ 28.1%
G 110 of 363 ~ 30.3%
B 151 of 363 ~ 41.6%

%28.1
%30.3
%41.6

CMYK color model

#666E97 color CMYK value is (32,27,0,41).

  • cyan value is 32.45%
  • magenta value is 27.15%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(32,27,0,41)
C32M27Y0K41 
(32%,27%,0%,41%)
(0.32/0.27/0.00/0.41)	

CMYK percentages

%32.45
%27.15
%0
%40.78

Codes

Color #666E97 in popluar color models

666E97
RGB102110151
HSL230°19.37%49.61%
HSB/HSV230°32.45%59.22%
CMYK32.45%27.15%0.00%
40.78%

Color #666E97 in popluar number systems.

HEX666E97
Decimal102110151
Binary1100110110111010010111
Octal146156227

Shades and tints

Shades of #666E97

#666E97
(102,110,151)
#5D648A
(93,100,138)
#545A7D
(84,90,125)
#4B5070
(75,80,112)
#424663
(66,70,99)
#393C56
(57,60,86)
#303249
(48,50,73)
#27283C
(39,40,60)
#1E1E2F
(30,30,47)
#151422
(21,20,34)
#0C0A15
(12,10,21)
#000000
(0,0,0)

Tints of #666E97

#666E97
(102,110,151)
#737BA0
(115,123,160)
#8088A9
(128,136,169)
#8D95B2
(141,149,178)
#9AA2BB
(154,162,187)
#A7AFC4
(167,175,196)
#B4BCCD
(180,188,205)
#C1C9D6
(193,201,214)
#CED6DF
(206,214,223)
#DBE3E8
(219,227,232)
#E8F0F1
(232,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666E97; }

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

This text font color is #666E97.


Background Color

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

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

This div background color is #666E97.


Border color

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

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

This div border color is #666E97.


Opacity

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

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

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

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

This text has shadow with #666E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666E97 on black background.


Color preview on white background

This text has color #666E97 on white background.



Black color preview on #666E97 background

This text has black color on #666E97 background.


White color preview on #666E97 background

This text has white color on #666E97 background.