COLOR #664860

HEX: #664860
RGB: (102,72,96)

Color info

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

RGB color model

#664860 color RGB value is (102,72,96).

  • red value is 102;
  • green value is 72;
  • blue value is 96.
RGB:
(102,72,96)
(40%,28%,38%)

RGB channels and saturation

R 102 of 255 = 40%
G 72 of 255 = 28%
B 96 of 255 = 38%

102
72
96

R + G + B ~ 35%. #664860 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 72 + 96 = 270 (100%)
R 102 of 270 ~ 37.78%
G 72 of 270 ~ 26.67%
B 96 of 270 ~ 35.56%

%37.78
%26.67
%35.56

CMYK color model

#664860 color CMYK value is (0,29,6,60).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 5.88%
  • key color value is 60.00%
CMYK:
(0,29,6,60)
C0M29Y6K60 
(0%,29%,6%,60%)
(0.00/0.29/0.06/0.60)	

CMYK percentages

%0
%29.41
%5.88
%60

Codes

Color #664860 in popluar color models

664860
RGB1027296
HSL312°17.24%34.12%
HSB/HSV312°29.41%40.00%
CMYK0.00%29.41%5.88%
60.00%

Color #664860 in popluar number systems.

HEX664860
Decimal1027296
Binary110011010010001100000
Octal146110140

Shades and tints

Shades of #664860

#664860
(102,72,96)
#5D4258
(93,66,88)
#543C50
(84,60,80)
#4B3648
(75,54,72)
#423040
(66,48,64)
#392A38
(57,42,56)
#302430
(48,36,48)
#271E28
(39,30,40)
#1E1820
(30,24,32)
#151218
(21,18,24)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #664860

#664860
(102,72,96)
#73586E
(115,88,110)
#80687C
(128,104,124)
#8D788A
(141,120,138)
#9A8898
(154,136,152)
#A798A6
(167,152,166)
#B4A8B4
(180,168,180)
#C1B8C2
(193,184,194)
#CEC8D0
(206,200,208)
#DBD8DE
(219,216,222)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664860; }

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

This text font color is #664860.


Background Color

.myBgColor { background-color: #664860; }

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

This div background color is #664860.


Border color

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

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

This div border color is #664860.


Opacity

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

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

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

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

This text has shadow with #664860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664860 on black background.


Color preview on white background

This text has color #664860 on white background.



Black color preview on #664860 background

This text has black color on #664860 background.


White color preview on #664860 background

This text has white color on #664860 background.