COLOR #606B76

HEX: #606B76
RGB: (96,107,118)

Color info

#606B76 contains red, green and blue colors in about the same proportion. Web safe color of #606B76 is #666666 (or #666).

RGB color model

#606B76 color RGB value is (96,107,118).

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

RGB channels and saturation

R 96 of 255 = 38%
G 107 of 255 = 42%
B 118 of 255 = 46%

96
107
118

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

Portions of RGB colors in percentages

R + G + B =
96 + 107 + 118 = 321 (100%)
R 96 of 321 ~ 29.91%
G 107 of 321 ~ 33.33%
B 118 of 321 ~ 36.76%

%29.91
%33.33
%36.76

CMYK color model

#606B76 color CMYK value is (19,9,0,54).

  • cyan value is 18.64%
  • magenta value is 9.32%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(19,9,0,54)
C19M9Y0K54 
(19%,9%,0%,54%)
(0.19/0.09/0.00/0.54)	

CMYK percentages

%18.64
%9.32
%0
%53.73

Codes

Color #606B76 in popluar color models

606B76
RGB96107118
HSL210°10.28%41.96%
HSB/HSV210°18.64%46.27%
CMYK18.64%9.32%0.00%
53.73%

Color #606B76 in popluar number systems.

HEX606B76
Decimal96107118
Binary110000011010111110110
Octal140153166

Shades and tints

Shades of #606B76

#606B76
(96,107,118)
#58626C
(88,98,108)
#505962
(80,89,98)
#485058
(72,80,88)
#40474E
(64,71,78)
#383E44
(56,62,68)
#30353A
(48,53,58)
#282C30
(40,44,48)
#202326
(32,35,38)
#181A1C
(24,26,28)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #606B76

#606B76
(96,107,118)
#6E7882
(110,120,130)
#7C858E
(124,133,142)
#8A929A
(138,146,154)
#989FA6
(152,159,166)
#A6ACB2
(166,172,178)
#B4B9BE
(180,185,190)
#C2C6CA
(194,198,202)
#D0D3D6
(208,211,214)
#DEE0E2
(222,224,226)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606B76; }

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

This text font color is #606B76.


Background Color

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

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

This div background color is #606B76.


Border color

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

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

This div border color is #606B76.


Opacity

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

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

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

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

This text has shadow with #606B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606B76 on black background.


Color preview on white background

This text has color #606B76 on white background.



Black color preview on #606B76 background

This text has black color on #606B76 background.


White color preview on #606B76 background

This text has white color on #606B76 background.