COLOR #604197

HEX: #604197
RGB: (96,65,151)

Color info

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

RGB color model

#604197 color RGB value is (96,65,151).

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

RGB channels and saturation

R 96 of 255 = 38%
G 65 of 255 = 25%
B 151 of 255 = 59%

96
65
151

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

Portions of RGB colors in percentages

R + G + B =
96 + 65 + 151 = 312 (100%)
R 96 of 312 ~ 30.77%
G 65 of 312 ~ 20.83%
B 151 of 312 ~ 48.4%

%30.77
%20.83
%48.4

CMYK color model

#604197 color CMYK value is (36,57,0,41).

  • cyan value is 36.42%
  • magenta value is 56.95%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(36,57,0,41)
C36M57Y0K41 
(36%,57%,0%,41%)
(0.36/0.57/0.00/0.41)	

CMYK percentages

%36.42
%56.95
%0
%40.78

Codes

Color #604197 in popluar color models

604197
RGB9665151
HSL262°39.81%42.35%
HSB/HSV262°56.95%59.22%
CMYK36.42%56.95%0.00%
40.78%

Color #604197 in popluar number systems.

HEX604197
Decimal9665151
Binary1100000100000110010111
Octal140101227

Shades and tints

Shades of #604197

#604197
(96,65,151)
#583C8A
(88,60,138)
#50377D
(80,55,125)
#483270
(72,50,112)
#402D63
(64,45,99)
#382856
(56,40,86)
#302349
(48,35,73)
#281E3C
(40,30,60)
#20192F
(32,25,47)
#181422
(24,20,34)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #604197

#604197
(96,65,151)
#6E52A0
(110,82,160)
#7C63A9
(124,99,169)
#8A74B2
(138,116,178)
#9885BB
(152,133,187)
#A696C4
(166,150,196)
#B4A7CD
(180,167,205)
#C2B8D6
(194,184,214)
#D0C9DF
(208,201,223)
#DEDAE8
(222,218,232)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604197; }

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

This text font color is #604197.


Background Color

.myBgColor { background-color: #604197; }

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

This div background color is #604197.


Border color

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

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

This div border color is #604197.


Opacity

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

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

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

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

This text has shadow with #604197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604197 on black background.


Color preview on white background

This text has color #604197 on white background.



Black color preview on #604197 background

This text has black color on #604197 background.


White color preview on #604197 background

This text has white color on #604197 background.