COLOR #66649F

HEX: #66649F
RGB: (102,100,159)

Color info

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

RGB color model

#66649F color RGB value is (102,100,159).

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

RGB channels and saturation

R 102 of 255 = 40%
G 100 of 255 = 39%
B 159 of 255 = 62%

102
100
159

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

Portions of RGB colors in percentages

R + G + B =
102 + 100 + 159 = 361 (100%)
R 102 of 361 ~ 28.25%
G 100 of 361 ~ 27.7%
B 159 of 361 ~ 44.04%

%28.25
%27.7
%44.04

CMYK color model

#66649F color CMYK value is (36,37,0,38).

  • cyan value is 35.85%
  • magenta value is 37.11%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(36,37,0,38)
C36M37Y0K38 
(36%,37%,0%,38%)
(0.36/0.37/0.00/0.38)	

CMYK percentages

%35.85
%37.11
%0
%37.65

Codes

Color #66649F in popluar color models

66649F
RGB102100159
HSL242°23.51%50.78%
HSB/HSV242°37.11%62.35%
CMYK35.85%37.11%0.00%
37.65%

Color #66649F in popluar number systems.

HEX66649F
Decimal102100159
Binary1100110110010010011111
Octal146144237

Shades and tints

Shades of #66649F

#66649F
(102,100,159)
#5D5B91
(93,91,145)
#545283
(84,82,131)
#4B4975
(75,73,117)
#424067
(66,64,103)
#393759
(57,55,89)
#302E4B
(48,46,75)
#27253D
(39,37,61)
#1E1C2F
(30,28,47)
#151321
(21,19,33)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #66649F

#66649F
(102,100,159)
#7372A7
(115,114,167)
#8080AF
(128,128,175)
#8D8EB7
(141,142,183)
#9A9CBF
(154,156,191)
#A7AAC7
(167,170,199)
#B4B8CF
(180,184,207)
#C1C6D7
(193,198,215)
#CED4DF
(206,212,223)
#DBE2E7
(219,226,231)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66649F; }

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

This text font color is #66649F.


Background Color

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

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

This div background color is #66649F.


Border color

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

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

This div border color is #66649F.


Opacity

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

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

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

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

This text has shadow with #66649F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66649F on black background.


Color preview on white background

This text has color #66649F on white background.



Black color preview on #66649F background

This text has black color on #66649F background.


White color preview on #66649F background

This text has white color on #66649F background.