COLOR #664280

HEX: #664280
RGB: (102,66,128)

Color info

#664280 contains mainly red and blue colors. Web safe color of #664280 is #663366 (or #636).

RGB color model

#664280 color RGB value is (102,66,128).

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

RGB channels and saturation

R 102 of 255 = 40%
G 66 of 255 = 26%
B 128 of 255 = 50%

102
66
128

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

Portions of RGB colors in percentages

R + G + B =
102 + 66 + 128 = 296 (100%)
R 102 of 296 ~ 34.46%
G 66 of 296 ~ 22.3%
B 128 of 296 ~ 43.24%

%34.46
%22.3
%43.24

CMYK color model

#664280 color CMYK value is (20,48,0,50).

  • cyan value is 20.31%
  • magenta value is 48.44%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(20,48,0,50)
C20M48Y0K50 
(20%,48%,0%,50%)
(0.20/0.48/0.00/0.50)	

CMYK percentages

%20.31
%48.44
%0
%49.8

Codes

Color #664280 in popluar color models

664280
RGB10266128
HSL275°31.96%38.04%
HSB/HSV275°48.44%50.20%
CMYK20.31%48.44%0.00%
49.80%

Color #664280 in popluar number systems.

HEX664280
Decimal10266128
Binary1100110100001010000000
Octal146102200

Shades and tints

Shades of #664280

#664280
(102,66,128)
#5D3C75
(93,60,117)
#54366A
(84,54,106)
#4B305F
(75,48,95)
#422A54
(66,42,84)
#392449
(57,36,73)
#301E3E
(48,30,62)
#271833
(39,24,51)
#1E1228
(30,18,40)
#150C1D
(21,12,29)
#0C0612
(12,6,18)
#000000
(0,0,0)

Tints of #664280

#664280
(102,66,128)
#73538B
(115,83,139)
#806496
(128,100,150)
#8D75A1
(141,117,161)
#9A86AC
(154,134,172)
#A797B7
(167,151,183)
#B4A8C2
(180,168,194)
#C1B9CD
(193,185,205)
#CECAD8
(206,202,216)
#DBDBE3
(219,219,227)
#E8ECEE
(232,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664280; }

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

This text font color is #664280.


Background Color

.myBgColor { background-color: #664280; }

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

This div background color is #664280.


Border color

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

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

This div border color is #664280.


Opacity

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

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

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

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

This text has shadow with #664280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664280 on black background.


Color preview on white background

This text has color #664280 on white background.



Black color preview on #664280 background

This text has black color on #664280 background.


White color preview on #664280 background

This text has white color on #664280 background.