COLOR #606B81

HEX: #606B81
RGB: (96,107,129)

Color info

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

RGB color model

#606B81 color RGB value is (96,107,129).

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

RGB channels and saturation

R 96 of 255 = 38%
G 107 of 255 = 42%
B 129 of 255 = 51%

96
107
129

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

Portions of RGB colors in percentages

R + G + B =
96 + 107 + 129 = 332 (100%)
R 96 of 332 ~ 28.92%
G 107 of 332 ~ 32.23%
B 129 of 332 ~ 38.86%

%28.92
%32.23
%38.86

CMYK color model

#606B81 color CMYK value is (26,17,0,49).

  • cyan value is 25.58%
  • magenta value is 17.05%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(26,17,0,49)
C26M17Y0K49 
(26%,17%,0%,49%)
(0.26/0.17/0.00/0.49)	

CMYK percentages

%25.58
%17.05
%0
%49.41

Codes

Color #606B81 in popluar color models

606B81
RGB96107129
HSL220°14.67%44.12%
HSB/HSV220°25.58%50.59%
CMYK25.58%17.05%0.00%
49.41%

Color #606B81 in popluar number systems.

HEX606B81
Decimal96107129
Binary1100000110101110000001
Octal140153201

Shades and tints

Shades of #606B81

#606B81
(96,107,129)
#586276
(88,98,118)
#50596B
(80,89,107)
#485060
(72,80,96)
#404755
(64,71,85)
#383E4A
(56,62,74)
#30353F
(48,53,63)
#282C34
(40,44,52)
#202329
(32,35,41)
#181A1E
(24,26,30)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #606B81

#606B81
(96,107,129)
#6E788C
(110,120,140)
#7C8597
(124,133,151)
#8A92A2
(138,146,162)
#989FAD
(152,159,173)
#A6ACB8
(166,172,184)
#B4B9C3
(180,185,195)
#C2C6CE
(194,198,206)
#D0D3D9
(208,211,217)
#DEE0E4
(222,224,228)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606B81; }

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

This text font color is #606B81.


Background Color

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

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

This div background color is #606B81.


Border color

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

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

This div border color is #606B81.


Opacity

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

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

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

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

This text has shadow with #606B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606B81 on black background.


Color preview on white background

This text has color #606B81 on white background.



Black color preview on #606B81 background

This text has black color on #606B81 background.


White color preview on #606B81 background

This text has white color on #606B81 background.