COLOR #606D9A

HEX: #606D9A
RGB: (96,109,154)

Color info

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

RGB color model

#606D9A color RGB value is (96,109,154).

  • red value is 96;
  • green value is 109;
  • blue value is 154.
RGB:
(96,109,154)
(38%,43%,60%)

RGB channels and saturation

R 96 of 255 = 38%
G 109 of 255 = 43%
B 154 of 255 = 60%

96
109
154

R + G + B ~ 47%. #606D9A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 109 + 154 = 359 (100%)
R 96 of 359 ~ 26.74%
G 109 of 359 ~ 30.36%
B 154 of 359 ~ 42.9%

%26.74
%30.36
%42.9

CMYK color model

#606D9A color CMYK value is (38,29,0,40).

  • cyan value is 37.66%
  • magenta value is 29.22%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(38,29,0,40)
C38M29Y0K40 
(38%,29%,0%,40%)
(0.38/0.29/0.00/0.40)	

CMYK percentages

%37.66
%29.22
%0
%39.61

Codes

Color #606D9A in popluar color models

606D9A
RGB96109154
HSL227°23.20%49.02%
HSB/HSV227°37.66%60.39%
CMYK37.66%29.22%0.00%
39.61%

Color #606D9A in popluar number systems.

HEX606D9A
Decimal96109154
Binary1100000110110110011010
Octal140155232

Shades and tints

Shades of #606D9A

#606D9A
(96,109,154)
#58648C
(88,100,140)
#505B7E
(80,91,126)
#485270
(72,82,112)
#404962
(64,73,98)
#384054
(56,64,84)
#303746
(48,55,70)
#282E38
(40,46,56)
#20252A
(32,37,42)
#181C1C
(24,28,28)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #606D9A

#606D9A
(96,109,154)
#6E7AA3
(110,122,163)
#7C87AC
(124,135,172)
#8A94B5
(138,148,181)
#98A1BE
(152,161,190)
#A6AEC7
(166,174,199)
#B4BBD0
(180,187,208)
#C2C8D9
(194,200,217)
#D0D5E2
(208,213,226)
#DEE2EB
(222,226,235)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606D9A color. Also use rgb(96,109,154) instead hex code.

Text Font Color

.myTextColor { color: #606D9A; }

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

This text font color is #606D9A.


Background Color

.myBgColor { background-color: #606D9A; }

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

This div background color is #606D9A.


Border color

.myBorderColor { border: 1px solid #606D9A; }

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

This div border color is #606D9A.


Opacity

.myOpacity80 { color: #606D9A; opacity: 0.8; }

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

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

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

This text has shadow with #606D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606D9A on black background.


Color preview on white background

This text has color #606D9A on white background.



Black color preview on #606D9A background

This text has black color on #606D9A background.


White color preview on #606D9A background

This text has white color on #606D9A background.