COLOR #606597

HEX: #606597
RGB: (96,101,151)

Color info

#606597 contains red, green and blue colors in about the same proportion. Web safe color of #606597 is #666699 (or #669).

RGB color model

#606597 color RGB value is (96,101,151).

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

RGB channels and saturation

R 96 of 255 = 38%
G 101 of 255 = 40%
B 151 of 255 = 59%

96
101
151

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

Portions of RGB colors in percentages

R + G + B =
96 + 101 + 151 = 348 (100%)
R 96 of 348 ~ 27.59%
G 101 of 348 ~ 29.02%
B 151 of 348 ~ 43.39%

%27.59
%29.02
%43.39

CMYK color model

#606597 color CMYK value is (36,33,0,41).

  • cyan value is 36.42%
  • magenta value is 33.11%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(36,33,0,41)
C36M33Y0K41 
(36%,33%,0%,41%)
(0.36/0.33/0.00/0.41)	

CMYK percentages

%36.42
%33.11
%0
%40.78

Codes

Color #606597 in popluar color models

606597
RGB96101151
HSL235°22.27%48.43%
HSB/HSV235°36.42%59.22%
CMYK36.42%33.11%0.00%
40.78%

Color #606597 in popluar number systems.

HEX606597
Decimal96101151
Binary1100000110010110010111
Octal140145227

Shades and tints

Shades of #606597

#606597
(96,101,151)
#585C8A
(88,92,138)
#50537D
(80,83,125)
#484A70
(72,74,112)
#404163
(64,65,99)
#383856
(56,56,86)
#302F49
(48,47,73)
#28263C
(40,38,60)
#201D2F
(32,29,47)
#181422
(24,20,34)
#100B15
(16,11,21)
#000000
(0,0,0)

Tints of #606597

#606597
(96,101,151)
#6E73A0
(110,115,160)
#7C81A9
(124,129,169)
#8A8FB2
(138,143,178)
#989DBB
(152,157,187)
#A6ABC4
(166,171,196)
#B4B9CD
(180,185,205)
#C2C7D6
(194,199,214)
#D0D5DF
(208,213,223)
#DEE3E8
(222,227,232)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606597; }

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

This text font color is #606597.


Background Color

.myBgColor { background-color: #606597; }

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

This div background color is #606597.


Border color

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

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

This div border color is #606597.


Opacity

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

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

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

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

This text has shadow with #606597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606597 on black background.


Color preview on white background

This text has color #606597 on white background.



Black color preview on #606597 background

This text has black color on #606597 background.


White color preview on #606597 background

This text has white color on #606597 background.