COLOR #66668A

HEX: #66668A
RGB: (102,102,138)

Color info

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

RGB color model

#66668A color RGB value is (102,102,138).

  • red value is 102;
  • green value is 102;
  • blue value is 138.
RGB:
(102,102,138)
(40%,40%,54%)

RGB channels and saturation

R 102 of 255 = 40%
G 102 of 255 = 40%
B 138 of 255 = 54%

102
102
138

R + G + B ~ 45%. #66668A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 102 + 138 = 342 (100%)
R 102 of 342 ~ 29.82%
G 102 of 342 ~ 29.82%
B 138 of 342 ~ 40.35%

%29.82
%29.82
%40.35

CMYK color model

#66668A color CMYK value is (26,26,0,46).

  • cyan value is 26.09%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(26,26,0,46)
C26M26Y0K46 
(26%,26%,0%,46%)
(0.26/0.26/0.00/0.46)	

CMYK percentages

%26.09
%26.09
%0
%45.88

Codes

Color #66668A in popluar color models

66668A
RGB102102138
HSL240°15.00%47.06%
HSB/HSV240°26.09%54.12%
CMYK26.09%26.09%0.00%
45.88%

Color #66668A in popluar number systems.

HEX66668A
Decimal102102138
Binary1100110110011010001010
Octal146146212

Shades and tints

Shades of #66668A

#66668A
(102,102,138)
#5D5D7E
(93,93,126)
#545472
(84,84,114)
#4B4B66
(75,75,102)
#42425A
(66,66,90)
#39394E
(57,57,78)
#303042
(48,48,66)
#272736
(39,39,54)
#1E1E2A
(30,30,42)
#15151E
(21,21,30)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #66668A

#66668A
(102,102,138)
#737394
(115,115,148)
#80809E
(128,128,158)
#8D8DA8
(141,141,168)
#9A9AB2
(154,154,178)
#A7A7BC
(167,167,188)
#B4B4C6
(180,180,198)
#C1C1D0
(193,193,208)
#CECEDA
(206,206,218)
#DBDBE4
(219,219,228)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66668A color. Also use rgb(102,102,138) instead hex code.

Text Font Color

.myTextColor { color: #66668A; }

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

This text font color is #66668A.


Background Color

.myBgColor { background-color: #66668A; }

<div style="background-color:#66668A">Inner text</div>

This div background color is #66668A.


Border color

.myBorderColor { border: 1px solid #66668A; }

<div style="border:3px solid #66668A">Div</div>

This div border color is #66668A.


Opacity

.myOpacity80 { color: #66668A; opacity: 0.8; }

<p style="color:#66668A;opacity:0.8;">80%</p>

Text with #66668A 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 #66668A;}

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

This text has shadow with #66668A color.

.textShadow {text-shadow: 3px 3px 1px #66668A, 3px 3px 1px red;}

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

This text has shadow with #66668A primary color and red secondary color.


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

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

This text has shadow with #66668A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66668A on black background.


Color preview on white background

This text has color #66668A on white background.



Black color preview on #66668A background

This text has black color on #66668A background.


White color preview on #66668A background

This text has white color on #66668A background.