COLOR #606596

HEX: #606596
RGB: (96,101,150)

Color info

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

RGB color model

#606596 color RGB value is (96,101,150).

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

RGB channels and saturation

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

96
101
150

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

Portions of RGB colors in percentages

R + G + B =
96 + 101 + 150 = 347 (100%)
R 96 of 347 ~ 27.67%
G 101 of 347 ~ 29.11%
B 150 of 347 ~ 43.23%

%27.67
%29.11
%43.23

CMYK color model

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

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

CMYK percentages

%36
%32.67
%0
%41.18

Codes

Color #606596 in popluar color models

606596
RGB96101150
HSL234°21.95%48.24%
HSB/HSV234°36.00%58.82%
CMYK36.00%32.67%0.00%
41.18%

Color #606596 in popluar number systems.

HEX606596
Decimal96101150
Binary1100000110010110010110
Octal140145226

Shades and tints

Shades of #606596

#606596
(96,101,150)
#585C89
(88,92,137)
#50537C
(80,83,124)
#484A6F
(72,74,111)
#404162
(64,65,98)
#383855
(56,56,85)
#302F48
(48,47,72)
#28263B
(40,38,59)
#201D2E
(32,29,46)
#181421
(24,20,33)
#100B14
(16,11,20)
#000000
(0,0,0)

Tints of #606596

#606596
(96,101,150)
#6E739F
(110,115,159)
#7C81A8
(124,129,168)
#8A8FB1
(138,143,177)
#989DBA
(152,157,186)
#A6ABC3
(166,171,195)
#B4B9CC
(180,185,204)
#C2C7D5
(194,199,213)
#D0D5DE
(208,213,222)
#DEE3E7
(222,227,231)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606596; }

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

This text font color is #606596.


Background Color

.myBgColor { background-color: #606596; }

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

This div background color is #606596.


Border color

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

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

This div border color is #606596.


Opacity

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

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

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

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

This text has shadow with #606596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606596 on black background.


Color preview on white background

This text has color #606596 on white background.



Black color preview on #606596 background

This text has black color on #606596 background.


White color preview on #606596 background

This text has white color on #606596 background.