COLOR #664868

HEX: #664868
RGB: (102,72,104)

Color info

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

RGB color model

#664868 color RGB value is (102,72,104).

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

RGB channels and saturation

R 102 of 255 = 40%
G 72 of 255 = 28%
B 104 of 255 = 41%

102
72
104

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

Portions of RGB colors in percentages

R + G + B =
102 + 72 + 104 = 278 (100%)
R 102 of 278 ~ 36.69%
G 72 of 278 ~ 25.9%
B 104 of 278 ~ 37.41%

%36.69
%25.9
%37.41

CMYK color model

#664868 color CMYK value is (2,31,0,59).

  • cyan value is 1.92%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(2,31,0,59)
C2M31Y0K59 
(2%,31%,0%,59%)
(0.02/0.31/0.00/0.59)	

CMYK percentages

%1.92
%30.77
%0
%59.22

Codes

Color #664868 in popluar color models

664868
RGB10272104
HSL296°18.18%34.51%
HSB/HSV296°30.77%40.78%
CMYK1.92%30.77%0.00%
59.22%

Color #664868 in popluar number systems.

HEX664868
Decimal10272104
Binary110011010010001101000
Octal146110150

Shades and tints

Shades of #664868

#664868
(102,72,104)
#5D425F
(93,66,95)
#543C56
(84,60,86)
#4B364D
(75,54,77)
#423044
(66,48,68)
#392A3B
(57,42,59)
#302432
(48,36,50)
#271E29
(39,30,41)
#1E1820
(30,24,32)
#151217
(21,18,23)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #664868

#664868
(102,72,104)
#735875
(115,88,117)
#806882
(128,104,130)
#8D788F
(141,120,143)
#9A889C
(154,136,156)
#A798A9
(167,152,169)
#B4A8B6
(180,168,182)
#C1B8C3
(193,184,195)
#CEC8D0
(206,200,208)
#DBD8DD
(219,216,221)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664868; }

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

This text font color is #664868.


Background Color

.myBgColor { background-color: #664868; }

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

This div background color is #664868.


Border color

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

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

This div border color is #664868.


Opacity

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

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

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

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

This text has shadow with #664868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664868 on black background.


Color preview on white background

This text has color #664868 on white background.



Black color preview on #664868 background

This text has black color on #664868 background.


White color preview on #664868 background

This text has white color on #664868 background.