COLOR #66688D

HEX: #66688D RGB: (102,104,141)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

102
104
141

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

Portions of RGB colors in percentages

R + G + B = 102 + 104 + 141 = 347 (100%)
R 102 of 347 ~ 29.39%
G 104 of 347 ~ 29.97%
B 141 of 347 ~ 40.63'%

%29.39
%29.97
%40.63

CMYK color model

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

  • cyan value is 27.66%
  • magenta value is 26.24%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (28,26,0,45) C28M26Y0K45 (28%,26%,0%,45%) (0.28/0.26/0.00/0.45) 

CMYK percentages

%27.66
%26.24
%0
%44.71

Codes

Color #66688D in popluar color models

66 68 8D
RGB 102 104 141
HSL 237° 16.05% 47.65%
HSB/HSV 237° 27.66% 55.29%
CMYK 27.66% 26.24% 0.00%
44.71%

Color #66688D in popluar number systems.

HEX 66 68 8D
Decimal 102 104 141
Binary 1100110 1101000 10001101
Octal 146 150 215

Shades and tints

Shades of #66688D

#66688D
(102,104,141)
#5D5F81
(93,95,129)
#545675
(84,86,117)
#4B4D69
(75,77,105)
#42445D
(66,68,93)
#393B51
(57,59,81)
#303245
(48,50,69)
#272939
(39,41,57)
#1E202D
(30,32,45)
#151721
(21,23,33)
#0C0E15
(12,14,21)
#000000
(0,0,0)

Tints of #66688D

#66688D
(102,104,141)
#737597
(115,117,151)
#8082A1
(128,130,161)
#8D8FAB
(141,143,171)
#9A9CB5
(154,156,181)
#A7A9BF
(167,169,191)
#B4B6C9
(180,182,201)
#C1C3D3
(193,195,211)
#CED0DD
(206,208,221)
#DBDDE7
(219,221,231)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66688D; }

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

This text font color is #66688D.

Background Color

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

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

This div background color is #66688D.

Border color

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

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

This div border color is #66688D.

Opacity

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

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

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

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

This text has shadow with #66688D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66688D.

Preview

Color preview on black background

This text has color #66688D on black background.


Color preview on white background

This text has color #66688D on white background.


Black color preview on #66688D background

This text has black color on #66688D background.


White color preview on #66688D background

This text has white color on #66688D background.


Related colors

Complementary color

Complementary color for #hex is #999772.


I love getcolorcode.com

Triadic colors

1 #8D6668 and #688D66 with #66688D are triadic colors.

2 #8D6866 and #68668D with #66688D are triadic colors.