COLOR #664270

HEX: #664270
RGB: (102,66,112)

Color info

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

RGB color model

#664270 color RGB value is (102,66,112).

  • red value is 102;
  • green value is 66;
  • blue value is 112.
RGB:
(102,66,112)
(40%,26%,44%)

RGB channels and saturation

R 102 of 255 = 40%
G 66 of 255 = 26%
B 112 of 255 = 44%

102
66
112

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

Portions of RGB colors in percentages

R + G + B =
102 + 66 + 112 = 280 (100%)
R 102 of 280 ~ 36.43%
G 66 of 280 ~ 23.57%
B 112 of 280 ~ 40%

%36.43
%23.57
%40

CMYK color model

#664270 color CMYK value is (9,41,0,56).

  • cyan value is 8.93%
  • magenta value is 41.07%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(9,41,0,56)
C9M41Y0K56 
(9%,41%,0%,56%)
(0.09/0.41/0.00/0.56)	

CMYK percentages

%8.93
%41.07
%0
%56.08

Codes

Color #664270 in popluar color models

664270
RGB10266112
HSL287°25.84%34.90%
HSB/HSV287°41.07%43.92%
CMYK8.93%41.07%0.00%
56.08%

Color #664270 in popluar number systems.

HEX664270
Decimal10266112
Binary110011010000101110000
Octal146102160

Shades and tints

Shades of #664270

#664270
(102,66,112)
#5D3C66
(93,60,102)
#54365C
(84,54,92)
#4B3052
(75,48,82)
#422A48
(66,42,72)
#39243E
(57,36,62)
#301E34
(48,30,52)
#27182A
(39,24,42)
#1E1220
(30,18,32)
#150C16
(21,12,22)
#0C060C
(12,6,12)
#000000
(0,0,0)

Tints of #664270

#664270
(102,66,112)
#73537D
(115,83,125)
#80648A
(128,100,138)
#8D7597
(141,117,151)
#9A86A4
(154,134,164)
#A797B1
(167,151,177)
#B4A8BE
(180,168,190)
#C1B9CB
(193,185,203)
#CECAD8
(206,202,216)
#DBDBE5
(219,219,229)
#E8ECF2
(232,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664270 color. Also use rgb(102,66,112) instead hex code.

Text Font Color

.myTextColor { color: #664270; }

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

This text font color is #664270.


Background Color

.myBgColor { background-color: #664270; }

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

This div background color is #664270.


Border color

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

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

This div border color is #664270.


Opacity

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

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

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

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

This text has shadow with #664270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664270 on black background.


Color preview on white background

This text has color #664270 on white background.



Black color preview on #664270 background

This text has black color on #664270 background.


White color preview on #664270 background

This text has white color on #664270 background.