COLOR #606B9A

HEX: #606B9A
RGB: (96,107,154)

Color info

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

RGB color model

#606B9A color RGB value is (96,107,154).

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

RGB channels and saturation

R 96 of 255 = 38%
G 107 of 255 = 42%
B 154 of 255 = 60%

96
107
154

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

Portions of RGB colors in percentages

R + G + B =
96 + 107 + 154 = 357 (100%)
R 96 of 357 ~ 26.89%
G 107 of 357 ~ 29.97%
B 154 of 357 ~ 43.14%

%26.89
%29.97
%43.14

CMYK color model

#606B9A color CMYK value is (38,31,0,40).

  • cyan value is 37.66%
  • magenta value is 30.52%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(38,31,0,40)
C38M31Y0K40 
(38%,31%,0%,40%)
(0.38/0.31/0.00/0.40)	

CMYK percentages

%37.66
%30.52
%0
%39.61

Codes

Color #606B9A in popluar color models

606B9A
RGB96107154
HSL229°23.20%49.02%
HSB/HSV229°37.66%60.39%
CMYK37.66%30.52%0.00%
39.61%

Color #606B9A in popluar number systems.

HEX606B9A
Decimal96107154
Binary1100000110101110011010
Octal140153232

Shades and tints

Shades of #606B9A

#606B9A
(96,107,154)
#58628C
(88,98,140)
#50597E
(80,89,126)
#485070
(72,80,112)
#404762
(64,71,98)
#383E54
(56,62,84)
#303546
(48,53,70)
#282C38
(40,44,56)
#20232A
(32,35,42)
#181A1C
(24,26,28)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #606B9A

#606B9A
(96,107,154)
#6E78A3
(110,120,163)
#7C85AC
(124,133,172)
#8A92B5
(138,146,181)
#989FBE
(152,159,190)
#A6ACC7
(166,172,199)
#B4B9D0
(180,185,208)
#C2C6D9
(194,198,217)
#D0D3E2
(208,211,226)
#DEE0EB
(222,224,235)
#ECEDF4
(236,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606B9A; }

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

This text font color is #606B9A.


Background Color

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

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

This div background color is #606B9A.


Border color

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

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

This div border color is #606B9A.


Opacity

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

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

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

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

This text has shadow with #606B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606B9A on black background.


Color preview on white background

This text has color #606B9A on white background.



Black color preview on #606B9A background

This text has black color on #606B9A background.


White color preview on #606B9A background

This text has white color on #606B9A background.