COLOR #66699F

HEX: #66699F
RGB: (102,105,159)

Color info

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

RGB color model

#66699F color RGB value is (102,105,159).

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

RGB channels and saturation

R 102 of 255 = 40%
G 105 of 255 = 41%
B 159 of 255 = 62%

102
105
159

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

Portions of RGB colors in percentages

R + G + B =
102 + 105 + 159 = 366 (100%)
R 102 of 366 ~ 27.87%
G 105 of 366 ~ 28.69%
B 159 of 366 ~ 43.44%

%27.87
%28.69
%43.44

CMYK color model

#66699F color CMYK value is (36,34,0,38).

  • cyan value is 35.85%
  • magenta value is 33.96%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(36,34,0,38)
C36M34Y0K38 
(36%,34%,0%,38%)
(0.36/0.34/0.00/0.38)	

CMYK percentages

%35.85
%33.96
%0
%37.65

Codes

Color #66699F in popluar color models

66699F
RGB102105159
HSL237°22.89%51.18%
HSB/HSV237°35.85%62.35%
CMYK35.85%33.96%0.00%
37.65%

Color #66699F in popluar number systems.

HEX66699F
Decimal102105159
Binary1100110110100110011111
Octal146151237

Shades and tints

Shades of #66699F

#66699F
(102,105,159)
#5D6091
(93,96,145)
#545783
(84,87,131)
#4B4E75
(75,78,117)
#424567
(66,69,103)
#393C59
(57,60,89)
#30334B
(48,51,75)
#272A3D
(39,42,61)
#1E212F
(30,33,47)
#151821
(21,24,33)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #66699F

#66699F
(102,105,159)
#7376A7
(115,118,167)
#8083AF
(128,131,175)
#8D90B7
(141,144,183)
#9A9DBF
(154,157,191)
#A7AAC7
(167,170,199)
#B4B7CF
(180,183,207)
#C1C4D7
(193,196,215)
#CED1DF
(206,209,223)
#DBDEE7
(219,222,231)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66699F; }

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

This text font color is #66699F.


Background Color

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

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

This div background color is #66699F.


Border color

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

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

This div border color is #66699F.


Opacity

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

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

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

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

This text has shadow with #66699F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66699F on black background.


Color preview on white background

This text has color #66699F on white background.



Black color preview on #66699F background

This text has black color on #66699F background.


White color preview on #66699F background

This text has white color on #66699F background.