COLOR #664971

HEX: #664971
RGB: (102,73,113)

Color info

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

RGB color model

#664971 color RGB value is (102,73,113).

  • red value is 102;
  • green value is 73;
  • blue value is 113.
RGB:
(102,73,113)
(40%,29%,44%)

RGB channels and saturation

R 102 of 255 = 40%
G 73 of 255 = 29%
B 113 of 255 = 44%

102
73
113

R + G + B ~ 38%. #664971 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 73 + 113 = 288 (100%)
R 102 of 288 ~ 35.42%
G 73 of 288 ~ 25.35%
B 113 of 288 ~ 39.24%

%35.42
%25.35
%39.24

CMYK color model

#664971 color CMYK value is (10,35,0,56).

  • cyan value is 9.73%
  • magenta value is 35.40%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(10,35,0,56)
C10M35Y0K56 
(10%,35%,0%,56%)
(0.10/0.35/0.00/0.56)	

CMYK percentages

%9.73
%35.4
%0
%55.69

Codes

Color #664971 in popluar color models

664971
RGB10273113
HSL284°21.51%36.47%
HSB/HSV284°35.40%44.31%
CMYK9.73%35.40%0.00%
55.69%

Color #664971 in popluar number systems.

HEX664971
Decimal10273113
Binary110011010010011110001
Octal146111161

Shades and tints

Shades of #664971

#664971
(102,73,113)
#5D4367
(93,67,103)
#543D5D
(84,61,93)
#4B3753
(75,55,83)
#423149
(66,49,73)
#392B3F
(57,43,63)
#302535
(48,37,53)
#271F2B
(39,31,43)
#1E1921
(30,25,33)
#151317
(21,19,23)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #664971

#664971
(102,73,113)
#73597D
(115,89,125)
#806989
(128,105,137)
#8D7995
(141,121,149)
#9A89A1
(154,137,161)
#A799AD
(167,153,173)
#B4A9B9
(180,169,185)
#C1B9C5
(193,185,197)
#CEC9D1
(206,201,209)
#DBD9DD
(219,217,221)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664971; }

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

This text font color is #664971.


Background Color

.myBgColor { background-color: #664971; }

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

This div background color is #664971.


Border color

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

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

This div border color is #664971.


Opacity

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

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

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

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

This text has shadow with #664971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664971 on black background.


Color preview on white background

This text has color #664971 on white background.



Black color preview on #664971 background

This text has black color on #664971 background.


White color preview on #664971 background

This text has white color on #664971 background.