COLOR #664680

HEX: #664680
RGB: (102,70,128)

Color info

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

RGB color model

#664680 color RGB value is (102,70,128).

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

RGB channels and saturation

R 102 of 255 = 40%
G 70 of 255 = 27%
B 128 of 255 = 50%

102
70
128

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

Portions of RGB colors in percentages

R + G + B =
102 + 70 + 128 = 300 (100%)
R 102 of 300 ~ 34%
G 70 of 300 ~ 23.33%
B 128 of 300 ~ 42.67%

%34
%23.33
%42.67

CMYK color model

#664680 color CMYK value is (20,45,0,50).

  • cyan value is 20.31%
  • magenta value is 45.31%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(20,45,0,50)
C20M45Y0K50 
(20%,45%,0%,50%)
(0.20/0.45/0.00/0.50)	

CMYK percentages

%20.31
%45.31
%0
%49.8

Codes

Color #664680 in popluar color models

664680
RGB10270128
HSL273°29.29%38.82%
HSB/HSV273°45.31%50.20%
CMYK20.31%45.31%0.00%
49.80%

Color #664680 in popluar number systems.

HEX664680
Decimal10270128
Binary1100110100011010000000
Octal146106200

Shades and tints

Shades of #664680

#664680
(102,70,128)
#5D4075
(93,64,117)
#543A6A
(84,58,106)
#4B345F
(75,52,95)
#422E54
(66,46,84)
#392849
(57,40,73)
#30223E
(48,34,62)
#271C33
(39,28,51)
#1E1628
(30,22,40)
#15101D
(21,16,29)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #664680

#664680
(102,70,128)
#73568B
(115,86,139)
#806696
(128,102,150)
#8D76A1
(141,118,161)
#9A86AC
(154,134,172)
#A796B7
(167,150,183)
#B4A6C2
(180,166,194)
#C1B6CD
(193,182,205)
#CEC6D8
(206,198,216)
#DBD6E3
(219,214,227)
#E8E6EE
(232,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664680; }

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

This text font color is #664680.


Background Color

.myBgColor { background-color: #664680; }

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

This div background color is #664680.


Border color

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

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

This div border color is #664680.


Opacity

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

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

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

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

This text has shadow with #664680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664680 on black background.


Color preview on white background

This text has color #664680 on white background.



Black color preview on #664680 background

This text has black color on #664680 background.


White color preview on #664680 background

This text has white color on #664680 background.