COLOR #606B62

HEX: #606B62
RGB: (96,107,98)

Color info

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

RGB color model

#606B62 color RGB value is (96,107,98).

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

RGB channels and saturation

R 96 of 255 = 38%
G 107 of 255 = 42%
B 98 of 255 = 38%

96
107
98

R + G + B ~ 39%. #606B62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 107 + 98 = 301 (100%)
R 96 of 301 ~ 31.89%
G 107 of 301 ~ 35.55%
B 98 of 301 ~ 32.56%

%31.89
%35.55
%32.56

CMYK color model

#606B62 color CMYK value is (10,0,8,58).

  • cyan value is 10.28%
  • magenta value is 0.00%
  • yellow value is 8.41%
  • key color value is 58.04%
CMYK:
(10,0,8,58)
C10M0Y8K58 
(10%,0%,8%,58%)
(0.10/0.00/0.08/0.58)	

CMYK percentages

%10.28
%0
%8.41
%58.04

Codes

Color #606B62 in popluar color models

606B62
RGB9610798
HSL131°5.42%39.80%
HSB/HSV131°10.28%41.96%
CMYK10.28%0.00%8.41%
58.04%

Color #606B62 in popluar number systems.

HEX606B62
Decimal9610798
Binary110000011010111100010
Octal140153142

Shades and tints

Shades of #606B62

#606B62
(96,107,98)
#58625A
(88,98,90)
#505952
(80,89,82)
#48504A
(72,80,74)
#404742
(64,71,66)
#383E3A
(56,62,58)
#303532
(48,53,50)
#282C2A
(40,44,42)
#202322
(32,35,34)
#181A1A
(24,26,26)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #606B62

#606B62
(96,107,98)
#6E7870
(110,120,112)
#7C857E
(124,133,126)
#8A928C
(138,146,140)
#989F9A
(152,159,154)
#A6ACA8
(166,172,168)
#B4B9B6
(180,185,182)
#C2C6C4
(194,198,196)
#D0D3D2
(208,211,210)
#DEE0E0
(222,224,224)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606B62; }

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

This text font color is #606B62.


Background Color

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

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

This div background color is #606B62.


Border color

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

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

This div border color is #606B62.


Opacity

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

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

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

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

This text has shadow with #606B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606B62 on black background.


Color preview on white background

This text has color #606B62 on white background.



Black color preview on #606B62 background

This text has black color on #606B62 background.


White color preview on #606B62 background

This text has white color on #606B62 background.