COLOR #606868

HEX: #606868 RGB: (96,104,104)

Color info

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

RGB color model

#606868 color RGB value is (96,104,104).

RGB: (96,104,104) (38%, 41%, 41%)

RGB channels and saturation

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

96
104
104

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

Portions of RGB colors in percentages

R + G + B = 96 + 104 + 104 = 304 (100%)
R 96 of 304 ~ 31.58%
G 104 of 304 ~ 34.21%
B 104 of 304 ~ 34.21'%

%31.58
%34.21
%34.21

CMYK color model

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

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (8,0,0,59)
C8M0Y0K59 (8%, 0%, 0%, 59%)
(0.08 / 0.00 / 0.00 / 0.59)

CMYK percentages

%7.69
%0
%0
%59.22

Codes

Color #606868 in popluar color models

60 68 68
RGB 96 104 104
HSL 180° 4.00% 39.22%
HSB/HSV 180° 7.69% 40.78%
CMYK 7.69% 0.00% 0.00%
59.22%

Color #606868 in popluar number systems.

HEX 60 68 68
Decimal 96 104 104
Binary 1100000 1101000 1101000
Octal 140 150 150

Shades and tints

Shades of #606868

#606868
(96,104,104)
#585F5F
(88,95,95)
#505656
(80,86,86)
#484D4D
(72,77,77)
#404444
(64,68,68)
#383B3B
(56,59,59)
#303232
(48,50,50)
#282929
(40,41,41)
#202020
(32,32,32)
#181717
(24,23,23)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #606868

#606868
(96,104,104)
#6E7575
(110,117,117)
#7C8282
(124,130,130)
#8A8F8F
(138,143,143)
#989C9C
(152,156,156)
#A6A9A9
(166,169,169)
#B4B6B6
(180,182,182)
#C2C3C3
(194,195,195)
#D0D0D0
(208,208,208)
#DEDDDD
(222,221,221)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606868; }

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

This text font color is #606868.

Background Color

.myBgColor { background-color: #606868; }

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

This div background color is #606868.

Border color

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

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

This div border color is #606868.

Opacity

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

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

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

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

This text has shadow with #606868 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #606868.

Preview

Color preview on black background

This text has color #606868 on black background.


Color preview on white background

This text has color #606868 on white background.


Black color preview on #606868 background

This text has black color on #606868 background.


White color preview on #606868 background

This text has white color on #606868 background.


Related colors

Complementary color

Complementary color for #hex is #9F9797.


I love getcolorcode.com