COLOR #606662

HEX: #606662
RGB: (96,102,98)

Color info

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

RGB color model

#606662 color RGB value is (96,102,98).

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

RGB channels and saturation

R 96 of 255 = 38%
G 102 of 255 = 40%
B 98 of 255 = 38%

96
102
98

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

Portions of RGB colors in percentages

R + G + B =
96 + 102 + 98 = 296 (100%)
R 96 of 296 ~ 32.43%
G 102 of 296 ~ 34.46%
B 98 of 296 ~ 33.11%

%32.43
%34.46
%33.11

CMYK color model

#606662 color CMYK value is (6,0,4,60).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 60.00%
CMYK:
(6,0,4,60)
C6M0Y4K60 
(6%,0%,4%,60%)
(0.06/0.00/0.04/0.60)	

CMYK percentages

%5.88
%0
%3.92
%60

Codes

Color #606662 in popluar color models

606662
RGB9610298
HSL140°3.03%38.82%
HSB/HSV140°5.88%40.00%
CMYK5.88%0.00%3.92%
60.00%

Color #606662 in popluar number systems.

HEX606662
Decimal9610298
Binary110000011001101100010
Octal140146142

Shades and tints

Shades of #606662

#606662
(96,102,98)
#585D5A
(88,93,90)
#505452
(80,84,82)
#484B4A
(72,75,74)
#404242
(64,66,66)
#38393A
(56,57,58)
#303032
(48,48,50)
#28272A
(40,39,42)
#201E22
(32,30,34)
#18151A
(24,21,26)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #606662

#606662
(96,102,98)
#6E7370
(110,115,112)
#7C807E
(124,128,126)
#8A8D8C
(138,141,140)
#989A9A
(152,154,154)
#A6A7A8
(166,167,168)
#B4B4B6
(180,180,182)
#C2C1C4
(194,193,196)
#D0CED2
(208,206,210)
#DEDBE0
(222,219,224)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606662; }

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

This text font color is #606662.


Background Color

.myBgColor { background-color: #606662; }

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

This div background color is #606662.


Border color

.myBorderColor { border: 1px solid #606662; }

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

This div border color is #606662.


Opacity

.myOpacity80 { color: #606662; opacity: 0.8; }

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

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

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

This text has shadow with #606662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606662 on black background.


Color preview on white background

This text has color #606662 on white background.



Black color preview on #606662 background

This text has black color on #606662 background.


White color preview on #606662 background

This text has white color on #606662 background.