COLOR #604496

HEX: #604496
RGB: (96,68,150)

Color info

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

RGB color model

#604496 color RGB value is (96,68,150).

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

RGB channels and saturation

R 96 of 255 = 38%
G 68 of 255 = 27%
B 150 of 255 = 59%

96
68
150

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

Portions of RGB colors in percentages

R + G + B =
96 + 68 + 150 = 314 (100%)
R 96 of 314 ~ 30.57%
G 68 of 314 ~ 21.66%
B 150 of 314 ~ 47.77%

%30.57
%21.66
%47.77

CMYK color model

#604496 color CMYK value is (36,55,0,41).

  • cyan value is 36.00%
  • magenta value is 54.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(36,55,0,41)
C36M55Y0K41 
(36%,55%,0%,41%)
(0.36/0.55/0.00/0.41)	

CMYK percentages

%36
%54.67
%0
%41.18

Codes

Color #604496 in popluar color models

604496
RGB9668150
HSL260°37.61%42.75%
HSB/HSV260°54.67%58.82%
CMYK36.00%54.67%0.00%
41.18%

Color #604496 in popluar number systems.

HEX604496
Decimal9668150
Binary1100000100010010010110
Octal140104226

Shades and tints

Shades of #604496

#604496
(96,68,150)
#583E89
(88,62,137)
#50387C
(80,56,124)
#48326F
(72,50,111)
#402C62
(64,44,98)
#382655
(56,38,85)
#302048
(48,32,72)
#281A3B
(40,26,59)
#20142E
(32,20,46)
#180E21
(24,14,33)
#100814
(16,8,20)
#000000
(0,0,0)

Tints of #604496

#604496
(96,68,150)
#6E559F
(110,85,159)
#7C66A8
(124,102,168)
#8A77B1
(138,119,177)
#9888BA
(152,136,186)
#A699C3
(166,153,195)
#B4AACC
(180,170,204)
#C2BBD5
(194,187,213)
#D0CCDE
(208,204,222)
#DEDDE7
(222,221,231)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604496; }

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

This text font color is #604496.


Background Color

.myBgColor { background-color: #604496; }

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

This div background color is #604496.


Border color

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

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

This div border color is #604496.


Opacity

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

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

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

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

This text has shadow with #604496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604496 on black background.


Color preview on white background

This text has color #604496 on white background.



Black color preview on #604496 background

This text has black color on #604496 background.


White color preview on #604496 background

This text has white color on #604496 background.