COLOR #606B9B

HEX: #606B9B
RGB: (96,107,155)

Color info

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

RGB color model

#606B9B color RGB value is (96,107,155).

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

RGB channels and saturation

R 96 of 255 = 38%
G 107 of 255 = 42%
B 155 of 255 = 61%

96
107
155

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

Portions of RGB colors in percentages

R + G + B =
96 + 107 + 155 = 358 (100%)
R 96 of 358 ~ 26.82%
G 107 of 358 ~ 29.89%
B 155 of 358 ~ 43.3%

%26.82
%29.89
%43.3

CMYK color model

#606B9B color CMYK value is (38,31,0,39).

  • cyan value is 38.06%
  • magenta value is 30.97%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(38,31,0,39)
C38M31Y0K39 
(38%,31%,0%,39%)
(0.38/0.31/0.00/0.39)	

CMYK percentages

%38.06
%30.97
%0
%39.22

Codes

Color #606B9B in popluar color models

606B9B
RGB96107155
HSL229°23.51%49.22%
HSB/HSV229°38.06%60.78%
CMYK38.06%30.97%0.00%
39.22%

Color #606B9B in popluar number systems.

HEX606B9B
Decimal96107155
Binary1100000110101110011011
Octal140153233

Shades and tints

Shades of #606B9B

#606B9B
(96,107,155)
#58628D
(88,98,141)
#50597F
(80,89,127)
#485071
(72,80,113)
#404763
(64,71,99)
#383E55
(56,62,85)
#303547
(48,53,71)
#282C39
(40,44,57)
#20232B
(32,35,43)
#181A1D
(24,26,29)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #606B9B

#606B9B
(96,107,155)
#6E78A4
(110,120,164)
#7C85AD
(124,133,173)
#8A92B6
(138,146,182)
#989FBF
(152,159,191)
#A6ACC8
(166,172,200)
#B4B9D1
(180,185,209)
#C2C6DA
(194,198,218)
#D0D3E3
(208,211,227)
#DEE0EC
(222,224,236)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606B9B; }

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

This text font color is #606B9B.


Background Color

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

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

This div background color is #606B9B.


Border color

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

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

This div border color is #606B9B.


Opacity

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

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

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

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

This text has shadow with #606B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606B9B on black background.


Color preview on white background

This text has color #606B9B on white background.



Black color preview on #606B9B background

This text has black color on #606B9B background.


White color preview on #606B9B background

This text has white color on #606B9B background.