COLOR #664472

HEX: #664472
RGB: (102,68,114)

Color info

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

RGB color model

#664472 color RGB value is (102,68,114).

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

RGB channels and saturation

R 102 of 255 = 40%
G 68 of 255 = 27%
B 114 of 255 = 45%

102
68
114

R + G + B ~ 37%. #664472 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 68 + 114 = 284 (100%)
R 102 of 284 ~ 35.92%
G 68 of 284 ~ 23.94%
B 114 of 284 ~ 40.14%

%35.92
%23.94
%40.14

CMYK color model

#664472 color CMYK value is (11,40,0,55).

  • cyan value is 10.53%
  • magenta value is 40.35%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(11,40,0,55)
C11M40Y0K55 
(11%,40%,0%,55%)
(0.11/0.40/0.00/0.55)	

CMYK percentages

%10.53
%40.35
%0
%55.29

Codes

Color #664472 in popluar color models

664472
RGB10268114
HSL284°25.27%35.69%
HSB/HSV284°40.35%44.71%
CMYK10.53%40.35%0.00%
55.29%

Color #664472 in popluar number systems.

HEX664472
Decimal10268114
Binary110011010001001110010
Octal146104162

Shades and tints

Shades of #664472

#664472
(102,68,114)
#5D3E68
(93,62,104)
#54385E
(84,56,94)
#4B3254
(75,50,84)
#422C4A
(66,44,74)
#392640
(57,38,64)
#302036
(48,32,54)
#271A2C
(39,26,44)
#1E1422
(30,20,34)
#150E18
(21,14,24)
#0C080E
(12,8,14)
#000000
(0,0,0)

Tints of #664472

#664472
(102,68,114)
#73557E
(115,85,126)
#80668A
(128,102,138)
#8D7796
(141,119,150)
#9A88A2
(154,136,162)
#A799AE
(167,153,174)
#B4AABA
(180,170,186)
#C1BBC6
(193,187,198)
#CECCD2
(206,204,210)
#DBDDDE
(219,221,222)
#E8EEEA
(232,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664472; }

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

This text font color is #664472.


Background Color

.myBgColor { background-color: #664472; }

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

This div background color is #664472.


Border color

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

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

This div border color is #664472.


Opacity

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

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

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

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

This text has shadow with #664472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664472 on black background.


Color preview on white background

This text has color #664472 on white background.



Black color preview on #664472 background

This text has black color on #664472 background.


White color preview on #664472 background

This text has white color on #664472 background.