COLOR #606D6F

HEX: #606D6F
RGB: (96,109,111)

Color info

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

RGB color model

#606D6F color RGB value is (96,109,111).

  • red value is 96;
  • green value is 109;
  • blue value is 111.
RGB:
(96,109,111)
(38%,43%,44%)

RGB channels and saturation

R 96 of 255 = 38%
G 109 of 255 = 43%
B 111 of 255 = 44%

96
109
111

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

Portions of RGB colors in percentages

R + G + B =
96 + 109 + 111 = 316 (100%)
R 96 of 316 ~ 30.38%
G 109 of 316 ~ 34.49%
B 111 of 316 ~ 35.13%

%30.38
%34.49
%35.13

CMYK color model

#606D6F color CMYK value is (14,2,0,56).

  • cyan value is 13.51%
  • magenta value is 1.80%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(14,2,0,56)
C14M2Y0K56 
(14%,2%,0%,56%)
(0.14/0.02/0.00/0.56)	

CMYK percentages

%13.51
%1.8
%0
%56.47

Codes

Color #606D6F in popluar color models

606D6F
RGB96109111
HSL188°7.25%40.59%
HSB/HSV188°13.51%43.53%
CMYK13.51%1.80%0.00%
56.47%

Color #606D6F in popluar number systems.

HEX606D6F
Decimal96109111
Binary110000011011011101111
Octal140155157

Shades and tints

Shades of #606D6F

#606D6F
(96,109,111)
#586465
(88,100,101)
#505B5B
(80,91,91)
#485251
(72,82,81)
#404947
(64,73,71)
#38403D
(56,64,61)
#303733
(48,55,51)
#282E29
(40,46,41)
#20251F
(32,37,31)
#181C15
(24,28,21)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #606D6F

#606D6F
(96,109,111)
#6E7A7C
(110,122,124)
#7C8789
(124,135,137)
#8A9496
(138,148,150)
#98A1A3
(152,161,163)
#A6AEB0
(166,174,176)
#B4BBBD
(180,187,189)
#C2C8CA
(194,200,202)
#D0D5D7
(208,213,215)
#DEE2E4
(222,226,228)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606D6F color. Also use rgb(96,109,111) instead hex code.

Text Font Color

.myTextColor { color: #606D6F; }

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

This text font color is #606D6F.


Background Color

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

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

This div background color is #606D6F.


Border color

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

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

This div border color is #606D6F.


Opacity

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

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

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

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

This text has shadow with #606D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606D6F on black background.


Color preview on white background

This text has color #606D6F on white background.



Black color preview on #606D6F background

This text has black color on #606D6F background.


White color preview on #606D6F background

This text has white color on #606D6F background.