COLOR #606A6F

HEX: #606A6F
RGB: (96,106,111)

Color info

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

RGB color model

#606A6F color RGB value is (96,106,111).

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

RGB channels and saturation

R 96 of 255 = 38%
G 106 of 255 = 42%
B 111 of 255 = 44%

96
106
111

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

Portions of RGB colors in percentages

R + G + B =
96 + 106 + 111 = 313 (100%)
R 96 of 313 ~ 30.67%
G 106 of 313 ~ 33.87%
B 111 of 313 ~ 35.46%

%30.67
%33.87
%35.46

CMYK color model

#606A6F color CMYK value is (14,5,0,56).

  • cyan value is 13.51%
  • magenta value is 4.50%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(14,5,0,56)
C14M5Y0K56 
(14%,5%,0%,56%)
(0.14/0.05/0.00/0.56)	

CMYK percentages

%13.51
%4.5
%0
%56.47

Codes

Color #606A6F in popluar color models

606A6F
RGB96106111
HSL200°7.25%40.59%
HSB/HSV200°13.51%43.53%
CMYK13.51%4.50%0.00%
56.47%

Color #606A6F in popluar number systems.

HEX606A6F
Decimal96106111
Binary110000011010101101111
Octal140152157

Shades and tints

Shades of #606A6F

#606A6F
(96,106,111)
#586165
(88,97,101)
#50585B
(80,88,91)
#484F51
(72,79,81)
#404647
(64,70,71)
#383D3D
(56,61,61)
#303433
(48,52,51)
#282B29
(40,43,41)
#20221F
(32,34,31)
#181915
(24,25,21)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #606A6F

#606A6F
(96,106,111)
#6E777C
(110,119,124)
#7C8489
(124,132,137)
#8A9196
(138,145,150)
#989EA3
(152,158,163)
#A6ABB0
(166,171,176)
#B4B8BD
(180,184,189)
#C2C5CA
(194,197,202)
#D0D2D7
(208,210,215)
#DEDFE4
(222,223,228)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606A6F; }

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

This text font color is #606A6F.


Background Color

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

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

This div background color is #606A6F.


Border color

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

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

This div border color is #606A6F.


Opacity

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

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

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

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

This text has shadow with #606A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606A6F on black background.


Color preview on white background

This text has color #606A6F on white background.



Black color preview on #606A6F background

This text has black color on #606A6F background.


White color preview on #606A6F background

This text has white color on #606A6F background.