COLOR #606199

HEX: #606199
RGB: (96,97,153)

Color info

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

RGB color model

#606199 color RGB value is (96,97,153).

  • red value is 96;
  • green value is 97;
  • blue value is 153.
RGB:
(96,97,153)
(38%,38%,60%)

RGB channels and saturation

R 96 of 255 = 38%
G 97 of 255 = 38%
B 153 of 255 = 60%

96
97
153

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

Portions of RGB colors in percentages

R + G + B =
96 + 97 + 153 = 346 (100%)
R 96 of 346 ~ 27.75%
G 97 of 346 ~ 28.03%
B 153 of 346 ~ 44.22%

%27.75
%28.03
%44.22

CMYK color model

#606199 color CMYK value is (37,37,0,40).

  • cyan value is 37.25%
  • magenta value is 36.60%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(37,37,0,40)
C37M37Y0K40 
(37%,37%,0%,40%)
(0.37/0.37/0.00/0.40)	

CMYK percentages

%37.25
%36.6
%0
%40

Codes

Color #606199 in popluar color models

606199
RGB9697153
HSL239°22.89%48.82%
HSB/HSV239°37.25%60.00%
CMYK37.25%36.60%0.00%
40.00%

Color #606199 in popluar number systems.

HEX606199
Decimal9697153
Binary1100000110000110011001
Octal140141231

Shades and tints

Shades of #606199

#606199
(96,97,153)
#58598C
(88,89,140)
#50517F
(80,81,127)
#484972
(72,73,114)
#404165
(64,65,101)
#383958
(56,57,88)
#30314B
(48,49,75)
#28293E
(40,41,62)
#202131
(32,33,49)
#181924
(24,25,36)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #606199

#606199
(96,97,153)
#6E6FA2
(110,111,162)
#7C7DAB
(124,125,171)
#8A8BB4
(138,139,180)
#9899BD
(152,153,189)
#A6A7C6
(166,167,198)
#B4B5CF
(180,181,207)
#C2C3D8
(194,195,216)
#D0D1E1
(208,209,225)
#DEDFEA
(222,223,234)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606199 color. Also use rgb(96,97,153) instead hex code.

Text Font Color

.myTextColor { color: #606199; }

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

This text font color is #606199.


Background Color

.myBgColor { background-color: #606199; }

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

This div background color is #606199.


Border color

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

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

This div border color is #606199.


Opacity

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

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

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

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

This text has shadow with #606199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606199 on black background.


Color preview on white background

This text has color #606199 on white background.



Black color preview on #606199 background

This text has black color on #606199 background.


White color preview on #606199 background

This text has white color on #606199 background.