COLOR #664566

HEX: #664566
RGB: (102,69,102)

Color info

#664566 contains red, green and blue colors in about the same proportion. Web safe color of #664566 is #663366 (or #636).

RGB color model

#664566 color RGB value is (102,69,102).

  • red value is 102;
  • green value is 69;
  • blue value is 102.
RGB:
(102,69,102)
(40%,27%,40%)

RGB channels and saturation

R 102 of 255 = 40%
G 69 of 255 = 27%
B 102 of 255 = 40%

102
69
102

R + G + B ~ 36%. #664566 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 69 + 102 = 273 (100%)
R 102 of 273 ~ 37.36%
G 69 of 273 ~ 25.27%
B 102 of 273 ~ 37.36%

%37.36
%25.27
%37.36

CMYK color model

#664566 color CMYK value is (0,32,0,60).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(0,32,0,60)
C0M32Y0K60 
(0%,32%,0%,60%)
(0.00/0.32/0.00/0.60)	

CMYK percentages

%0
%32.35
%0
%60

Codes

Color #664566 in popluar color models

664566
RGB10269102
HSL300°19.30%33.53%
HSB/HSV300°32.35%40.00%
CMYK0.00%32.35%0.00%
60.00%

Color #664566 in popluar number systems.

HEX664566
Decimal10269102
Binary110011010001011100110
Octal146105146

Shades and tints

Shades of #664566

#664566
(102,69,102)
#5D3F5D
(93,63,93)
#543954
(84,57,84)
#4B334B
(75,51,75)
#422D42
(66,45,66)
#392739
(57,39,57)
#302130
(48,33,48)
#271B27
(39,27,39)
#1E151E
(30,21,30)
#150F15
(21,15,21)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #664566

#664566
(102,69,102)
#735573
(115,85,115)
#806580
(128,101,128)
#8D758D
(141,117,141)
#9A859A
(154,133,154)
#A795A7
(167,149,167)
#B4A5B4
(180,165,180)
#C1B5C1
(193,181,193)
#CEC5CE
(206,197,206)
#DBD5DB
(219,213,219)
#E8E5E8
(232,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664566 color. Also use rgb(102,69,102) instead hex code.

Text Font Color

.myTextColor { color: #664566; }

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

This text font color is #664566.


Background Color

.myBgColor { background-color: #664566; }

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

This div background color is #664566.


Border color

.myBorderColor { border: 1px solid #664566; }

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

This div border color is #664566.


Opacity

.myOpacity80 { color: #664566; opacity: 0.8; }

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

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

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

This text has shadow with #664566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664566 on black background.


Color preview on white background

This text has color #664566 on white background.



Black color preview on #664566 background

This text has black color on #664566 background.


White color preview on #664566 background

This text has white color on #664566 background.