COLOR #66668D

HEX: #66668D RGB: (102,102,141)

Color info

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

RGB color model

#66668D color RGB value is (102,102,141).

RGB: (102,102,141) (40%, 40%, 55%)

RGB channels and saturation

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

102
102
141

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

Portions of RGB colors in percentages

R + G + B = 102 + 102 + 141 = 345 (100%)
R 102 of 345 ~ 29.57%
G 102 of 345 ~ 29.57%
B 141 of 345 ~ 40.87'%

%29.57
%29.57
%40.87

CMYK color model

#66668D color CMYK value is (28,28,0,45).

  • cyan value is 27.66%
  • magenta value is 27.66%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (28,28,0,45)
C28M28Y0K45 (28%, 28%, 0%, 45%)
(0.28 / 0.28 / 0.00 / 0.45)

CMYK percentages

%27.66
%27.66
%0
%44.71

Codes

Color #66668D in popluar color models

66 66 8D
RGB 102 102 141
HSL 240° 16.05% 47.65%
HSB/HSV 240° 27.66% 55.29%
CMYK 27.66% 27.66% 0.00%
44.71%

Color #66668D in popluar number systems.

HEX 66 66 8D
Decimal 102 102 141
Binary 1100110 1100110 10001101
Octal 146 146 215

Shades and tints

Shades of #66668D

#66668D
(102,102,141)
#5D5D81
(93,93,129)
#545475
(84,84,117)
#4B4B69
(75,75,105)
#42425D
(66,66,93)
#393951
(57,57,81)
#303045
(48,48,69)
#272739
(39,39,57)
#1E1E2D
(30,30,45)
#151521
(21,21,33)
#0C0C15
(12,12,21)
#000000
(0,0,0)

Tints of #66668D

#66668D
(102,102,141)
#737397
(115,115,151)
#8080A1
(128,128,161)
#8D8DAB
(141,141,171)
#9A9AB5
(154,154,181)
#A7A7BF
(167,167,191)
#B4B4C9
(180,180,201)
#C1C1D3
(193,193,211)
#CECEDD
(206,206,221)
#DBDBE7
(219,219,231)
#E8E8F1
(232,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66668D; }

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

This text font color is #66668D.

Background Color

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

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

This div background color is #66668D.

Border color

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

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

This div border color is #66668D.

Opacity

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

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

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

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

This text has shadow with #66668D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66668D.

Preview

Color preview on black background

This text has color #66668D on black background.


Color preview on white background

This text has color #66668D on white background.


Black color preview on #66668D background

This text has black color on #66668D background.


White color preview on #66668D background

This text has white color on #66668D background.


Related colors

Complementary color

Complementary color for #hex is #999972.


I love getcolorcode.com