COLOR #604487

HEX: #604487
RGB: (96,68,135)

Color info

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

RGB color model

#604487 color RGB value is (96,68,135).

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

RGB channels and saturation

R 96 of 255 = 38%
G 68 of 255 = 27%
B 135 of 255 = 53%

96
68
135

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

Portions of RGB colors in percentages

R + G + B =
96 + 68 + 135 = 299 (100%)
R 96 of 299 ~ 32.11%
G 68 of 299 ~ 22.74%
B 135 of 299 ~ 45.15%

%32.11
%22.74
%45.15

CMYK color model

#604487 color CMYK value is (29,50,0,47).

  • cyan value is 28.89%
  • magenta value is 49.63%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(29,50,0,47)
C29M50Y0K47 
(29%,50%,0%,47%)
(0.29/0.50/0.00/0.47)	

CMYK percentages

%28.89
%49.63
%0
%47.06

Codes

Color #604487 in popluar color models

604487
RGB9668135
HSL265°33.00%39.80%
HSB/HSV265°49.63%52.94%
CMYK28.89%49.63%0.00%
47.06%

Color #604487 in popluar number systems.

HEX604487
Decimal9668135
Binary1100000100010010000111
Octal140104207

Shades and tints

Shades of #604487

#604487
(96,68,135)
#583E7B
(88,62,123)
#50386F
(80,56,111)
#483263
(72,50,99)
#402C57
(64,44,87)
#38264B
(56,38,75)
#30203F
(48,32,63)
#281A33
(40,26,51)
#201427
(32,20,39)
#180E1B
(24,14,27)
#10080F
(16,8,15)
#000000
(0,0,0)

Tints of #604487

#604487
(96,68,135)
#6E5591
(110,85,145)
#7C669B
(124,102,155)
#8A77A5
(138,119,165)
#9888AF
(152,136,175)
#A699B9
(166,153,185)
#B4AAC3
(180,170,195)
#C2BBCD
(194,187,205)
#D0CCD7
(208,204,215)
#DEDDE1
(222,221,225)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604487; }

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

This text font color is #604487.


Background Color

.myBgColor { background-color: #604487; }

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

This div background color is #604487.


Border color

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

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

This div border color is #604487.


Opacity

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

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

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

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

This text has shadow with #604487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604487 on black background.


Color preview on white background

This text has color #604487 on white background.



Black color preview on #604487 background

This text has black color on #604487 background.


White color preview on #604487 background

This text has white color on #604487 background.