COLOR #604A87

HEX: #604A87
RGB: (96,74,135)

Color info

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

RGB color model

#604A87 color RGB value is (96,74,135).

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

RGB channels and saturation

R 96 of 255 = 38%
G 74 of 255 = 29%
B 135 of 255 = 53%

96
74
135

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

Portions of RGB colors in percentages

R + G + B =
96 + 74 + 135 = 305 (100%)
R 96 of 305 ~ 31.48%
G 74 of 305 ~ 24.26%
B 135 of 305 ~ 44.26%

%31.48
%24.26
%44.26

CMYK color model

#604A87 color CMYK value is (29,45,0,47).

  • cyan value is 28.89%
  • magenta value is 45.19%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(29,45,0,47)
C29M45Y0K47 
(29%,45%,0%,47%)
(0.29/0.45/0.00/0.47)	

CMYK percentages

%28.89
%45.19
%0
%47.06

Codes

Color #604A87 in popluar color models

604A87
RGB9674135
HSL262°29.19%40.98%
HSB/HSV262°45.19%52.94%
CMYK28.89%45.19%0.00%
47.06%

Color #604A87 in popluar number systems.

HEX604A87
Decimal9674135
Binary1100000100101010000111
Octal140112207

Shades and tints

Shades of #604A87

#604A87
(96,74,135)
#58447B
(88,68,123)
#503E6F
(80,62,111)
#483863
(72,56,99)
#403257
(64,50,87)
#382C4B
(56,44,75)
#30263F
(48,38,63)
#282033
(40,32,51)
#201A27
(32,26,39)
#18141B
(24,20,27)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #604A87

#604A87
(96,74,135)
#6E5A91
(110,90,145)
#7C6A9B
(124,106,155)
#8A7AA5
(138,122,165)
#988AAF
(152,138,175)
#A69AB9
(166,154,185)
#B4AAC3
(180,170,195)
#C2BACD
(194,186,205)
#D0CAD7
(208,202,215)
#DEDAE1
(222,218,225)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604A87; }

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

This text font color is #604A87.


Background Color

.myBgColor { background-color: #604A87; }

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

This div background color is #604A87.


Border color

.myBorderColor { border: 1px solid #604A87; }

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

This div border color is #604A87.


Opacity

.myOpacity80 { color: #604A87; opacity: 0.8; }

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

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

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

This text has shadow with #604A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604A87 on black background.


Color preview on white background

This text has color #604A87 on white background.



Black color preview on #604A87 background

This text has black color on #604A87 background.


White color preview on #604A87 background

This text has white color on #604A87 background.