COLOR #66809D

HEX: #66809D RGB: (102,128,157)

Color info

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

RGB color model

#66809D color RGB value is (102,128,157).

RGB: (102,128,157) (40%, 50%, 62%)

RGB channels and saturation

R 102 of 255 = 40%
G 128 of 255 = 50%
B 157 of 255 = 62%

102
128
157

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

Portions of RGB colors in percentages

R + G + B = 102 + 128 + 157 = 387 (100%)
R 102 of 387 ~ 26.36%
G 128 of 387 ~ 33.07%
B 157 of 387 ~ 40.57'%

%26.36
%33.07
%40.57

CMYK color model

#66809D color CMYK value is (35,18,0,38).

  • cyan value is 35.03%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (35,18,0,38)
C35M18Y0K38 (35%, 18%, 0%, 38%)
(0.35 / 0.18 / 0.00 / 0.38)

CMYK percentages

%35.03
%18.47
%0
%38.43

Codes

Color #66809D in popluar color models

66 80 9D
RGB 102 128 157
HSL 212° 21.91% 50.78%
HSB/HSV 212° 35.03% 61.57%
CMYK 35.03% 18.47% 0.00%
38.43%

Color #66809D in popluar number systems.

HEX 66 80 9D
Decimal 102 128 157
Binary 1100110 10000000 10011101
Octal 146 200 235

Shades and tints

Shades of #66809D

#66809D
(102,128,157)
#5D758F
(93,117,143)
#546A81
(84,106,129)
#4B5F73
(75,95,115)
#425465
(66,84,101)
#394957
(57,73,87)
#303E49
(48,62,73)
#27333B
(39,51,59)
#1E282D
(30,40,45)
#151D1F
(21,29,31)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #66809D

#66809D
(102,128,157)
#738BA5
(115,139,165)
#8096AD
(128,150,173)
#8DA1B5
(141,161,181)
#9AACBD
(154,172,189)
#A7B7C5
(167,183,197)
#B4C2CD
(180,194,205)
#C1CDD5
(193,205,213)
#CED8DD
(206,216,221)
#DBE3E5
(219,227,229)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66809D; }

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

This text font color is #66809D.

Background Color

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

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

This div background color is #66809D.

Border color

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

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

This div border color is #66809D.

Opacity

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

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

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

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

This text has shadow with #66809D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66809D.

Preview

Color preview on black background

This text has color #66809D on black background.


Color preview on white background

This text has color #66809D on white background.


Black color preview on #66809D background

This text has black color on #66809D background.


White color preview on #66809D background

This text has white color on #66809D background.


Related colors

Complementary color

Complementary color for #hex is #997F62.


I love getcolorcode.com

Triadic colors

1 #9D6680 and #809D66 with #66809D are triadic colors.

2 #9D8066 and #80669D with #66809D are triadic colors.