COLOR #606866

HEX: #606866
RGB: (96,104,102)

Color info

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

RGB color model

#606866 color RGB value is (96,104,102).

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

RGB channels and saturation

R 96 of 255 = 38%
G 104 of 255 = 41%
B 102 of 255 = 40%

96
104
102

R + G + B ~ 40%. #606866 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 104 + 102 = 302 (100%)
R 96 of 302 ~ 31.79%
G 104 of 302 ~ 34.44%
B 102 of 302 ~ 33.77%

%31.79
%34.44
%33.77

CMYK color model

#606866 color CMYK value is (8,0,2,59).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 1.92%
  • key color value is 59.22%
CMYK:
(8,0,2,59)
C8M0Y2K59 
(8%,0%,2%,59%)
(0.08/0.00/0.02/0.59)	

CMYK percentages

%7.69
%0
%1.92
%59.22

Codes

Color #606866 in popluar color models

606866
RGB96104102
HSL165°4.00%39.22%
HSB/HSV165°7.69%40.78%
CMYK7.69%0.00%1.92%
59.22%

Color #606866 in popluar number systems.

HEX606866
Decimal96104102
Binary110000011010001100110
Octal140150146

Shades and tints

Shades of #606866

#606866
(96,104,102)
#585F5D
(88,95,93)
#505654
(80,86,84)
#484D4B
(72,77,75)
#404442
(64,68,66)
#383B39
(56,59,57)
#303230
(48,50,48)
#282927
(40,41,39)
#20201E
(32,32,30)
#181715
(24,23,21)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #606866

#606866
(96,104,102)
#6E7573
(110,117,115)
#7C8280
(124,130,128)
#8A8F8D
(138,143,141)
#989C9A
(152,156,154)
#A6A9A7
(166,169,167)
#B4B6B4
(180,182,180)
#C2C3C1
(194,195,193)
#D0D0CE
(208,208,206)
#DEDDDB
(222,221,219)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606866; }

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

This text font color is #606866.


Background Color

.myBgColor { background-color: #606866; }

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

This div background color is #606866.


Border color

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

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

This div border color is #606866.


Opacity

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

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

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

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

This text has shadow with #606866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606866 on black background.


Color preview on white background

This text has color #606866 on white background.



Black color preview on #606866 background

This text has black color on #606866 background.


White color preview on #606866 background

This text has white color on #606866 background.