COLOR #664271

HEX: #664271
RGB: (102,66,113)

Color info

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

RGB color model

#664271 color RGB value is (102,66,113).

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

RGB channels and saturation

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

102
66
113

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

Portions of RGB colors in percentages

R + G + B =
102 + 66 + 113 = 281 (100%)
R 102 of 281 ~ 36.3%
G 66 of 281 ~ 23.49%
B 113 of 281 ~ 40.21%

%36.3
%23.49
%40.21

CMYK color model

#664271 color CMYK value is (10,42,0,56).

  • cyan value is 9.73%
  • magenta value is 41.59%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(10,42,0,56)
C10M42Y0K56 
(10%,42%,0%,56%)
(0.10/0.42/0.00/0.56)	

CMYK percentages

%9.73
%41.59
%0
%55.69

Codes

Color #664271 in popluar color models

664271
RGB10266113
HSL286°26.26%35.10%
HSB/HSV286°41.59%44.31%
CMYK9.73%41.59%0.00%
55.69%

Color #664271 in popluar number systems.

HEX664271
Decimal10266113
Binary110011010000101110001
Octal146102161

Shades and tints

Shades of #664271

#664271
(102,66,113)
#5D3C67
(93,60,103)
#54365D
(84,54,93)
#4B3053
(75,48,83)
#422A49
(66,42,73)
#39243F
(57,36,63)
#301E35
(48,30,53)
#27182B
(39,24,43)
#1E1221
(30,18,33)
#150C17
(21,12,23)
#0C060D
(12,6,13)
#000000
(0,0,0)

Tints of #664271

#664271
(102,66,113)
#73537D
(115,83,125)
#806489
(128,100,137)
#8D7595
(141,117,149)
#9A86A1
(154,134,161)
#A797AD
(167,151,173)
#B4A8B9
(180,168,185)
#C1B9C5
(193,185,197)
#CECAD1
(206,202,209)
#DBDBDD
(219,219,221)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664271; }

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

This text font color is #664271.


Background Color

.myBgColor { background-color: #664271; }

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

This div background color is #664271.


Border color

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

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

This div border color is #664271.


Opacity

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

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

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

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

This text has shadow with #664271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664271 on black background.


Color preview on white background

This text has color #664271 on white background.



Black color preview on #664271 background

This text has black color on #664271 background.


White color preview on #664271 background

This text has white color on #664271 background.