COLOR #604996

HEX: #604996
RGB: (96,73,150)

Color info

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

RGB color model

#604996 color RGB value is (96,73,150).

  • red value is 96;
  • green value is 73;
  • blue value is 150.
RGB:
(96,73,150)
(38%,29%,59%)

RGB channels and saturation

R 96 of 255 = 38%
G 73 of 255 = 29%
B 150 of 255 = 59%

96
73
150

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

Portions of RGB colors in percentages

R + G + B =
96 + 73 + 150 = 319 (100%)
R 96 of 319 ~ 30.09%
G 73 of 319 ~ 22.88%
B 150 of 319 ~ 47.02%

%30.09
%22.88
%47.02

CMYK color model

#604996 color CMYK value is (36,51,0,41).

  • cyan value is 36.00%
  • magenta value is 51.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(36,51,0,41)
C36M51Y0K41 
(36%,51%,0%,41%)
(0.36/0.51/0.00/0.41)	

CMYK percentages

%36
%51.33
%0
%41.18

Codes

Color #604996 in popluar color models

604996
RGB9673150
HSL258°34.53%43.73%
HSB/HSV258°51.33%58.82%
CMYK36.00%51.33%0.00%
41.18%

Color #604996 in popluar number systems.

HEX604996
Decimal9673150
Binary1100000100100110010110
Octal140111226

Shades and tints

Shades of #604996

#604996
(96,73,150)
#584389
(88,67,137)
#503D7C
(80,61,124)
#48376F
(72,55,111)
#403162
(64,49,98)
#382B55
(56,43,85)
#302548
(48,37,72)
#281F3B
(40,31,59)
#20192E
(32,25,46)
#181321
(24,19,33)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #604996

#604996
(96,73,150)
#6E599F
(110,89,159)
#7C69A8
(124,105,168)
#8A79B1
(138,121,177)
#9889BA
(152,137,186)
#A699C3
(166,153,195)
#B4A9CC
(180,169,204)
#C2B9D5
(194,185,213)
#D0C9DE
(208,201,222)
#DED9E7
(222,217,231)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604996 color. Also use rgb(96,73,150) instead hex code.

Text Font Color

.myTextColor { color: #604996; }

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

This text font color is #604996.


Background Color

.myBgColor { background-color: #604996; }

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

This div background color is #604996.


Border color

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

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

This div border color is #604996.


Opacity

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

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

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

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

This text has shadow with #604996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604996 on black background.


Color preview on white background

This text has color #604996 on white background.



Black color preview on #604996 background

This text has black color on #604996 background.


White color preview on #604996 background

This text has white color on #604996 background.