COLOR #606B73

HEX: #606B73
RGB: (96,107,115)

Color info

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

RGB color model

#606B73 color RGB value is (96,107,115).

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

RGB channels and saturation

R 96 of 255 = 38%
G 107 of 255 = 42%
B 115 of 255 = 45%

96
107
115

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

Portions of RGB colors in percentages

R + G + B =
96 + 107 + 115 = 318 (100%)
R 96 of 318 ~ 30.19%
G 107 of 318 ~ 33.65%
B 115 of 318 ~ 36.16%

%30.19
%33.65
%36.16

CMYK color model

#606B73 color CMYK value is (17,7,0,55).

  • cyan value is 16.52%
  • magenta value is 6.96%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(17,7,0,55)
C17M7Y0K55 
(17%,7%,0%,55%)
(0.17/0.07/0.00/0.55)	

CMYK percentages

%16.52
%6.96
%0
%54.9

Codes

Color #606B73 in popluar color models

606B73
RGB96107115
HSL205°9.00%41.37%
HSB/HSV205°16.52%45.10%
CMYK16.52%6.96%0.00%
54.90%

Color #606B73 in popluar number systems.

HEX606B73
Decimal96107115
Binary110000011010111110011
Octal140153163

Shades and tints

Shades of #606B73

#606B73
(96,107,115)
#586269
(88,98,105)
#50595F
(80,89,95)
#485055
(72,80,85)
#40474B
(64,71,75)
#383E41
(56,62,65)
#303537
(48,53,55)
#282C2D
(40,44,45)
#202323
(32,35,35)
#181A19
(24,26,25)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #606B73

#606B73
(96,107,115)
#6E787F
(110,120,127)
#7C858B
(124,133,139)
#8A9297
(138,146,151)
#989FA3
(152,159,163)
#A6ACAF
(166,172,175)
#B4B9BB
(180,185,187)
#C2C6C7
(194,198,199)
#D0D3D3
(208,211,211)
#DEE0DF
(222,224,223)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606B73; }

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

This text font color is #606B73.


Background Color

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

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

This div background color is #606B73.


Border color

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

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

This div border color is #606B73.


Opacity

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

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

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

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

This text has shadow with #606B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606B73 on black background.


Color preview on white background

This text has color #606B73 on white background.



Black color preview on #606B73 background

This text has black color on #606B73 background.


White color preview on #606B73 background

This text has white color on #606B73 background.