COLOR #664487

HEX: #664487
RGB: (102,68,135)

Color info

#664487 contains mainly red and blue colors. Web safe color of #664487 is #663399 (or #639).

RGB color model

#664487 color RGB value is (102,68,135).

  • red value is 102;
  • green value is 68;
  • blue value is 135.
RGB:
(102,68,135)
(40%,27%,53%)

RGB channels and saturation

R 102 of 255 = 40%
G 68 of 255 = 27%
B 135 of 255 = 53%

102
68
135

R + G + B ~ 40%. #664487 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 68 + 135 = 305 (100%)
R 102 of 305 ~ 33.44%
G 68 of 305 ~ 22.3%
B 135 of 305 ~ 44.26%

%33.44
%22.3
%44.26

CMYK color model

#664487 color CMYK value is (24,50,0,47).

  • cyan value is 24.44%
  • magenta value is 49.63%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(24,50,0,47)
C24M50Y0K47 
(24%,50%,0%,47%)
(0.24/0.50/0.00/0.47)	

CMYK percentages

%24.44
%49.63
%0
%47.06

Codes

Color #664487 in popluar color models

664487
RGB10268135
HSL270°33.00%39.80%
HSB/HSV270°49.63%52.94%
CMYK24.44%49.63%0.00%
47.06%

Color #664487 in popluar number systems.

HEX664487
Decimal10268135
Binary1100110100010010000111
Octal146104207

Shades and tints

Shades of #664487

#664487
(102,68,135)
#5D3E7B
(93,62,123)
#54386F
(84,56,111)
#4B3263
(75,50,99)
#422C57
(66,44,87)
#39264B
(57,38,75)
#30203F
(48,32,63)
#271A33
(39,26,51)
#1E1427
(30,20,39)
#150E1B
(21,14,27)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #664487

#664487
(102,68,135)
#735591
(115,85,145)
#80669B
(128,102,155)
#8D77A5
(141,119,165)
#9A88AF
(154,136,175)
#A799B9
(167,153,185)
#B4AAC3
(180,170,195)
#C1BBCD
(193,187,205)
#CECCD7
(206,204,215)
#DBDDE1
(219,221,225)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664487 color. Also use rgb(102,68,135) instead hex code.

Text Font Color

.myTextColor { color: #664487; }

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

This text font color is #664487.


Background Color

.myBgColor { background-color: #664487; }

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

This div background color is #664487.


Border color

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

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

This div border color is #664487.


Opacity

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

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

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

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

This text has shadow with #664487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664487 on black background.


Color preview on white background

This text has color #664487 on white background.



Black color preview on #664487 background

This text has black color on #664487 background.


White color preview on #664487 background

This text has white color on #664487 background.