COLOR #664168

HEX: #664168
RGB: (102,65,104)

Color info

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

RGB color model

#664168 color RGB value is (102,65,104).

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

RGB channels and saturation

R 102 of 255 = 40%
G 65 of 255 = 25%
B 104 of 255 = 41%

102
65
104

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

Portions of RGB colors in percentages

R + G + B =
102 + 65 + 104 = 271 (100%)
R 102 of 271 ~ 37.64%
G 65 of 271 ~ 23.99%
B 104 of 271 ~ 38.38%

%37.64
%23.99
%38.38

CMYK color model

#664168 color CMYK value is (2,38,0,59).

  • cyan value is 1.92%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(2,38,0,59)
C2M38Y0K59 
(2%,38%,0%,59%)
(0.02/0.38/0.00/0.59)	

CMYK percentages

%1.92
%37.5
%0
%59.22

Codes

Color #664168 in popluar color models

664168
RGB10265104
HSL297°23.08%33.14%
HSB/HSV297°37.50%40.78%
CMYK1.92%37.50%0.00%
59.22%

Color #664168 in popluar number systems.

HEX664168
Decimal10265104
Binary110011010000011101000
Octal146101150

Shades and tints

Shades of #664168

#664168
(102,65,104)
#5D3C5F
(93,60,95)
#543756
(84,55,86)
#4B324D
(75,50,77)
#422D44
(66,45,68)
#39283B
(57,40,59)
#302332
(48,35,50)
#271E29
(39,30,41)
#1E1920
(30,25,32)
#151417
(21,20,23)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #664168

#664168
(102,65,104)
#735275
(115,82,117)
#806382
(128,99,130)
#8D748F
(141,116,143)
#9A859C
(154,133,156)
#A796A9
(167,150,169)
#B4A7B6
(180,167,182)
#C1B8C3
(193,184,195)
#CEC9D0
(206,201,208)
#DBDADD
(219,218,221)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664168; }

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

This text font color is #664168.


Background Color

.myBgColor { background-color: #664168; }

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

This div background color is #664168.


Border color

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

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

This div border color is #664168.


Opacity

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

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

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

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

This text has shadow with #664168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664168 on black background.


Color preview on white background

This text has color #664168 on white background.



Black color preview on #664168 background

This text has black color on #664168 background.


White color preview on #664168 background

This text has white color on #664168 background.