COLOR #664561

HEX: #664561
RGB: (102,69,97)

Color info

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

RGB color model

#664561 color RGB value is (102,69,97).

  • red value is 102;
  • green value is 69;
  • blue value is 97.
RGB:
(102,69,97)
(40%,27%,38%)

RGB channels and saturation

R 102 of 255 = 40%
G 69 of 255 = 27%
B 97 of 255 = 38%

102
69
97

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

Portions of RGB colors in percentages

R + G + B =
102 + 69 + 97 = 268 (100%)
R 102 of 268 ~ 38.06%
G 69 of 268 ~ 25.75%
B 97 of 268 ~ 36.19%

%38.06
%25.75
%36.19

CMYK color model

#664561 color CMYK value is (0,32,5,60).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 4.90%
  • key color value is 60.00%
CMYK:
(0,32,5,60)
C0M32Y5K60 
(0%,32%,5%,60%)
(0.00/0.32/0.05/0.60)	

CMYK percentages

%0
%32.35
%4.9
%60

Codes

Color #664561 in popluar color models

664561
RGB1026997
HSL309°19.30%33.53%
HSB/HSV309°32.35%40.00%
CMYK0.00%32.35%4.90%
60.00%

Color #664561 in popluar number systems.

HEX664561
Decimal1026997
Binary110011010001011100001
Octal146105141

Shades and tints

Shades of #664561

#664561
(102,69,97)
#5D3F59
(93,63,89)
#543951
(84,57,81)
#4B3349
(75,51,73)
#422D41
(66,45,65)
#392739
(57,39,57)
#302131
(48,33,49)
#271B29
(39,27,41)
#1E1521
(30,21,33)
#150F19
(21,15,25)
#0C0911
(12,9,17)
#000000
(0,0,0)

Tints of #664561

#664561
(102,69,97)
#73556F
(115,85,111)
#80657D
(128,101,125)
#8D758B
(141,117,139)
#9A8599
(154,133,153)
#A795A7
(167,149,167)
#B4A5B5
(180,165,181)
#C1B5C3
(193,181,195)
#CEC5D1
(206,197,209)
#DBD5DF
(219,213,223)
#E8E5ED
(232,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664561 color. Also use rgb(102,69,97) instead hex code.

Text Font Color

.myTextColor { color: #664561; }

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

This text font color is #664561.


Background Color

.myBgColor { background-color: #664561; }

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

This div background color is #664561.


Border color

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

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

This div border color is #664561.


Opacity

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

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

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

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

This text has shadow with #664561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664561 on black background.


Color preview on white background

This text has color #664561 on white background.



Black color preview on #664561 background

This text has black color on #664561 background.


White color preview on #664561 background

This text has white color on #664561 background.