COLOR #664559

HEX: #664559
RGB: (102,69,89)

Color info

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

RGB color model

#664559 color RGB value is (102,69,89).

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

RGB channels and saturation

R 102 of 255 = 40%
G 69 of 255 = 27%
B 89 of 255 = 35%

102
69
89

R + G + B ~ 34%. #664559 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 69 + 89 = 260 (100%)
R 102 of 260 ~ 39.23%
G 69 of 260 ~ 26.54%
B 89 of 260 ~ 34.23%

%39.23
%26.54
%34.23

CMYK color model

#664559 color CMYK value is (0,32,13,60).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 12.75%
  • key color value is 60.00%
CMYK:
(0,32,13,60)
C0M32Y13K60 
(0%,32%,13%,60%)
(0.00/0.32/0.13/0.60)	

CMYK percentages

%0
%32.35
%12.75
%60

Codes

Color #664559 in popluar color models

664559
RGB1026989
HSL324°19.30%33.53%
HSB/HSV324°32.35%40.00%
CMYK0.00%32.35%12.75%
60.00%

Color #664559 in popluar number systems.

HEX664559
Decimal1026989
Binary110011010001011011001
Octal146105131

Shades and tints

Shades of #664559

#664559
(102,69,89)
#5D3F51
(93,63,81)
#543949
(84,57,73)
#4B3341
(75,51,65)
#422D39
(66,45,57)
#392731
(57,39,49)
#302129
(48,33,41)
#271B21
(39,27,33)
#1E1519
(30,21,25)
#150F11
(21,15,17)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #664559

#664559
(102,69,89)
#735568
(115,85,104)
#806577
(128,101,119)
#8D7586
(141,117,134)
#9A8595
(154,133,149)
#A795A4
(167,149,164)
#B4A5B3
(180,165,179)
#C1B5C2
(193,181,194)
#CEC5D1
(206,197,209)
#DBD5E0
(219,213,224)
#E8E5EF
(232,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664559; }

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

This text font color is #664559.


Background Color

.myBgColor { background-color: #664559; }

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

This div background color is #664559.


Border color

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

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

This div border color is #664559.


Opacity

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

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

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

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

This text has shadow with #664559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664559 on black background.


Color preview on white background

This text has color #664559 on white background.



Black color preview on #664559 background

This text has black color on #664559 background.


White color preview on #664559 background

This text has white color on #664559 background.