COLOR #606966

HEX: #606966
RGB: (96,105,102)

Color info

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

RGB color model

#606966 color RGB value is (96,105,102).

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

RGB channels and saturation

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

96
105
102

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

Portions of RGB colors in percentages

R + G + B =
96 + 105 + 102 = 303 (100%)
R 96 of 303 ~ 31.68%
G 105 of 303 ~ 34.65%
B 102 of 303 ~ 33.66%

%31.68
%34.65
%33.66

CMYK color model

#606966 color CMYK value is (9,0,3,59).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 58.82%
CMYK: (9,0,3,59) C9M0Y3K59 (9%,0%,3%,59%) (0.09/0.00/0.03/0.59)

CMYK percentages

%8.57
%0
%2.86
%58.82

Codes

Color #606966 in popluar color models

606966
RGB96105102
HSL160°4.48%39.41%
HSB/HSV160°8.57%41.18%
CMYK8.57%0.00%2.86%
58.82%

Color #606966 in popluar number systems.

HEX606966
Decimal96105102
Binary110000011010011100110
Octal140151146

Shades and tints

Shades of #606966

#606966
(96,105,102)
#58605D
(88,96,93)
#505754
(80,87,84)
#484E4B
(72,78,75)
#404542
(64,69,66)
#383C39
(56,60,57)
#303330
(48,51,48)
#282A27
(40,42,39)
#20211E
(32,33,30)
#181815
(24,24,21)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #606966

#606966
(96,105,102)
#6E7673
(110,118,115)
#7C8380
(124,131,128)
#8A908D
(138,144,141)
#989D9A
(152,157,154)
#A6AAA7
(166,170,167)
#B4B7B4
(180,183,180)
#C2C4C1
(194,196,193)
#D0D1CE
(208,209,206)
#DEDEDB
(222,222,219)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606966; }

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

This text font color is #606966.


Background Color

.myBgColor { background-color: #606966; }

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

This div background color is #606966.


Border color

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

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

This div border color is #606966.


Opacity

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

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

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

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

This text has shadow with #606966 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #606966 on black background.


Color preview on white background

This text has color #606966 on white background.



Black color preview on #606966 background

This text has black color on #606966 background.


White color preview on #606966 background

This text has white color on #606966 background.