COLOR #66819F

HEX: #66819F
RGB: (102,129,159)

Color info

#66819F contains red, green and blue colors in about the same proportion. Web safe color of #66819F is #669999 (or #699).

RGB color model

#66819F color RGB value is (102,129,159).

  • red value is 102;
  • green value is 129;
  • blue value is 159.
RGB:
(102,129,159)
(40%,51%,62%)

RGB channels and saturation

R 102 of 255 = 40%
G 129 of 255 = 51%
B 159 of 255 = 62%

102
129
159

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

Portions of RGB colors in percentages

R + G + B =
102 + 129 + 159 = 390 (100%)
R 102 of 390 ~ 26.15%
G 129 of 390 ~ 33.08%
B 159 of 390 ~ 40.77%

%26.15
%33.08
%40.77

CMYK color model

#66819F color CMYK value is (36,19,0,38).

  • cyan value is 35.85%
  • magenta value is 18.87%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(36,19,0,38)
C36M19Y0K38 
(36%,19%,0%,38%)
(0.36/0.19/0.00/0.38)	

CMYK percentages

%35.85
%18.87
%0
%37.65

Codes

Color #66819F in popluar color models

66819F
RGB102129159
HSL212°22.89%51.18%
HSB/HSV212°35.85%62.35%
CMYK35.85%18.87%0.00%
37.65%

Color #66819F in popluar number systems.

HEX66819F
Decimal102129159
Binary11001101000000110011111
Octal146201237

Shades and tints

Shades of #66819F

#66819F
(102,129,159)
#5D7691
(93,118,145)
#546B83
(84,107,131)
#4B6075
(75,96,117)
#425567
(66,85,103)
#394A59
(57,74,89)
#303F4B
(48,63,75)
#27343D
(39,52,61)
#1E292F
(30,41,47)
#151E21
(21,30,33)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #66819F

#66819F
(102,129,159)
#738CA7
(115,140,167)
#8097AF
(128,151,175)
#8DA2B7
(141,162,183)
#9AADBF
(154,173,191)
#A7B8C7
(167,184,199)
#B4C3CF
(180,195,207)
#C1CED7
(193,206,215)
#CED9DF
(206,217,223)
#DBE4E7
(219,228,231)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66819F color. Also use rgb(102,129,159) instead hex code.

Text Font Color

.myTextColor { color: #66819F; }

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

This text font color is #66819F.


Background Color

.myBgColor { background-color: #66819F; }

<div style="background-color:#66819F">Inner text</div>

This div background color is #66819F.


Border color

.myBorderColor { border: 1px solid #66819F; }

<div style="border:3px solid #66819F">Div</div>

This div border color is #66819F.


Opacity

.myOpacity80 { color: #66819F; opacity: 0.8; }

<p style="color:#66819F;opacity:0.8;">80%</p>

Text with #66819F 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 #66819F;}

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

This text has shadow with #66819F color.

.textShadow {text-shadow: 3px 3px 1px #66819F, 3px 3px 1px red;}

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

This text has shadow with #66819F primary color and red secondary color.


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

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

This text has shadow with #66819F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66819F on black background.


Color preview on white background

This text has color #66819F on white background.



Black color preview on #66819F background

This text has black color on #66819F background.


White color preview on #66819F background

This text has white color on #66819F background.