COLOR #604C97

HEX: #604C97
RGB: (96,76,151)

Color info

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

RGB color model

#604C97 color RGB value is (96,76,151).

  • red value is 96;
  • green value is 76;
  • blue value is 151.
RGB:
(96,76,151)
(38%,30%,59%)

RGB channels and saturation

R 96 of 255 = 38%
G 76 of 255 = 30%
B 151 of 255 = 59%

96
76
151

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

Portions of RGB colors in percentages

R + G + B =
96 + 76 + 151 = 323 (100%)
R 96 of 323 ~ 29.72%
G 76 of 323 ~ 23.53%
B 151 of 323 ~ 46.75%

%29.72
%23.53
%46.75

CMYK color model

#604C97 color CMYK value is (36,50,0,41).

  • cyan value is 36.42%
  • magenta value is 49.67%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(36,50,0,41)
C36M50Y0K41 
(36%,50%,0%,41%)
(0.36/0.50/0.00/0.41)	

CMYK percentages

%36.42
%49.67
%0
%40.78

Codes

Color #604C97 in popluar color models

604C97
RGB9676151
HSL256°33.04%44.51%
HSB/HSV256°49.67%59.22%
CMYK36.42%49.67%0.00%
40.78%

Color #604C97 in popluar number systems.

HEX604C97
Decimal9676151
Binary1100000100110010010111
Octal140114227

Shades and tints

Shades of #604C97

#604C97
(96,76,151)
#58468A
(88,70,138)
#50407D
(80,64,125)
#483A70
(72,58,112)
#403463
(64,52,99)
#382E56
(56,46,86)
#302849
(48,40,73)
#28223C
(40,34,60)
#201C2F
(32,28,47)
#181622
(24,22,34)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #604C97

#604C97
(96,76,151)
#6E5CA0
(110,92,160)
#7C6CA9
(124,108,169)
#8A7CB2
(138,124,178)
#988CBB
(152,140,187)
#A69CC4
(166,156,196)
#B4ACCD
(180,172,205)
#C2BCD6
(194,188,214)
#D0CCDF
(208,204,223)
#DEDCE8
(222,220,232)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604C97 color. Also use rgb(96,76,151) instead hex code.

Text Font Color

.myTextColor { color: #604C97; }

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

This text font color is #604C97.


Background Color

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

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

This div background color is #604C97.


Border color

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

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

This div border color is #604C97.


Opacity

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

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

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

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

This text has shadow with #604C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604C97 on black background.


Color preview on white background

This text has color #604C97 on white background.



Black color preview on #604C97 background

This text has black color on #604C97 background.


White color preview on #604C97 background

This text has white color on #604C97 background.