COLOR #666E93

HEX: #666E93
RGB: (102,110,147)

Color info

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

RGB color model

#666E93 color RGB value is (102,110,147).

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

RGB channels and saturation

R 102 of 255 = 40%
G 110 of 255 = 43%
B 147 of 255 = 58%

102
110
147

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

Portions of RGB colors in percentages

R + G + B =
102 + 110 + 147 = 359 (100%)
R 102 of 359 ~ 28.41%
G 110 of 359 ~ 30.64%
B 147 of 359 ~ 40.95%

%28.41
%30.64
%40.95

CMYK color model

#666E93 color CMYK value is (31,25,0,42).

  • cyan value is 30.61%
  • magenta value is 25.17%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(31,25,0,42)
C31M25Y0K42 
(31%,25%,0%,42%)
(0.31/0.25/0.00/0.42)	

CMYK percentages

%30.61
%25.17
%0
%42.35

Codes

Color #666E93 in popluar color models

666E93
RGB102110147
HSL229°18.07%48.82%
HSB/HSV229°30.61%57.65%
CMYK30.61%25.17%0.00%
42.35%

Color #666E93 in popluar number systems.

HEX666E93
Decimal102110147
Binary1100110110111010010011
Octal146156223

Shades and tints

Shades of #666E93

#666E93
(102,110,147)
#5D6486
(93,100,134)
#545A79
(84,90,121)
#4B506C
(75,80,108)
#42465F
(66,70,95)
#393C52
(57,60,82)
#303245
(48,50,69)
#272838
(39,40,56)
#1E1E2B
(30,30,43)
#15141E
(21,20,30)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #666E93

#666E93
(102,110,147)
#737B9C
(115,123,156)
#8088A5
(128,136,165)
#8D95AE
(141,149,174)
#9AA2B7
(154,162,183)
#A7AFC0
(167,175,192)
#B4BCC9
(180,188,201)
#C1C9D2
(193,201,210)
#CED6DB
(206,214,219)
#DBE3E4
(219,227,228)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666E93; }

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

This text font color is #666E93.


Background Color

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

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

This div background color is #666E93.


Border color

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

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

This div border color is #666E93.


Opacity

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

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

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

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

This text has shadow with #666E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666E93 on black background.


Color preview on white background

This text has color #666E93 on white background.



Black color preview on #666E93 background

This text has black color on #666E93 background.


White color preview on #666E93 background

This text has white color on #666E93 background.