COLOR #664681

HEX: #664681
RGB: (102,70,129)

Color info

#664681 contains red, green and blue colors in about the same proportion. Web safe color of #664681 is #663399 (or #639).

RGB color model

#664681 color RGB value is (102,70,129).

  • red value is 102;
  • green value is 70;
  • blue value is 129.
RGB:
(102,70,129)
(40%,27%,51%)

RGB channels and saturation

R 102 of 255 = 40%
G 70 of 255 = 27%
B 129 of 255 = 51%

102
70
129

R + G + B ~ 39%. #664681 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 70 + 129 = 301 (100%)
R 102 of 301 ~ 33.89%
G 70 of 301 ~ 23.26%
B 129 of 301 ~ 42.86%

%33.89
%23.26
%42.86

CMYK color model

#664681 color CMYK value is (21,46,0,49).

  • cyan value is 20.93%
  • magenta value is 45.74%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(21,46,0,49)
C21M46Y0K49 
(21%,46%,0%,49%)
(0.21/0.46/0.00/0.49)	

CMYK percentages

%20.93
%45.74
%0
%49.41

Codes

Color #664681 in popluar color models

664681
RGB10270129
HSL273°29.65%39.02%
HSB/HSV273°45.74%50.59%
CMYK20.93%45.74%0.00%
49.41%

Color #664681 in popluar number systems.

HEX664681
Decimal10270129
Binary1100110100011010000001
Octal146106201

Shades and tints

Shades of #664681

#664681
(102,70,129)
#5D4076
(93,64,118)
#543A6B
(84,58,107)
#4B3460
(75,52,96)
#422E55
(66,46,85)
#39284A
(57,40,74)
#30223F
(48,34,63)
#271C34
(39,28,52)
#1E1629
(30,22,41)
#15101E
(21,16,30)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #664681

#664681
(102,70,129)
#73568C
(115,86,140)
#806697
(128,102,151)
#8D76A2
(141,118,162)
#9A86AD
(154,134,173)
#A796B8
(167,150,184)
#B4A6C3
(180,166,195)
#C1B6CE
(193,182,206)
#CEC6D9
(206,198,217)
#DBD6E4
(219,214,228)
#E8E6EF
(232,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664681 color. Also use rgb(102,70,129) instead hex code.

Text Font Color

.myTextColor { color: #664681; }

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

This text font color is #664681.


Background Color

.myBgColor { background-color: #664681; }

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

This div background color is #664681.


Border color

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

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

This div border color is #664681.


Opacity

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

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

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

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

This text has shadow with #664681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664681 on black background.


Color preview on white background

This text has color #664681 on white background.



Black color preview on #664681 background

This text has black color on #664681 background.


White color preview on #664681 background

This text has white color on #664681 background.