COLOR #60686F

HEX: #60686F RGB: (96,104,111)

Color info

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

RGB color model

#60686F color RGB value is (96,104,111).

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

RGB channels and saturation

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

96
104
111

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

Portions of RGB colors in percentages

R + G + B = 96 + 104 + 111 = 311 (100%)
R 96 of 311 ~ 30.87%
G 104 of 311 ~ 33.44%
B 111 of 311 ~ 35.69'%

%30.87
%33.44
%35.69

CMYK color model

#60686F color CMYK value is (14,6,0,56).

  • cyan value is 13.51%
  • magenta value is 6.31%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (14,6,0,56) C14M6Y0K56 (14%,6%,0%,56%) (0.14/0.06/0.00/0.56) 

CMYK percentages

%13.51
%6.31
%0
%56.47

Codes

Color #60686F in popluar color models

60 68 6F
RGB 96 104 111
HSL 208° 7.25% 40.59%
HSB/HSV 208° 13.51% 43.53%
CMYK 13.51% 6.31% 0.00%
56.47%

Color #60686F in popluar number systems.

HEX 60 68 6F
Decimal 96 104 111
Binary 1100000 1101000 1101111
Octal 140 150 157

Shades and tints

Shades of #60686F

#60686F
(96,104,111)
#585F65
(88,95,101)
#50565B
(80,86,91)
#484D51
(72,77,81)
#404447
(64,68,71)
#383B3D
(56,59,61)
#303233
(48,50,51)
#282929
(40,41,41)
#20201F
(32,32,31)
#181715
(24,23,21)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #60686F

#60686F
(96,104,111)
#6E757C
(110,117,124)
#7C8289
(124,130,137)
#8A8F96
(138,143,150)
#989CA3
(152,156,163)
#A6A9B0
(166,169,176)
#B4B6BD
(180,182,189)
#C2C3CA
(194,195,202)
#D0D0D7
(208,208,215)
#DEDDE4
(222,221,228)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60686F; }

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

This text font color is #60686F.

Background Color

.myBgColor { background-color: #60686F; }

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

This div background color is #60686F.

Border color

.myBorderColor { border: 1px solid #60686F; }

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

This div border color is #60686F.

Opacity

.myOpacity80 { color: #60686F; opacity: 0.8; }

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

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

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

This text has shadow with #60686F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60686F.

Preview

Color preview on black background

This text has color #60686F on black background.


Color preview on white background

This text has color #60686F on white background.


Black color preview on #60686F background

This text has black color on #60686F background.


White color preview on #60686F background

This text has white color on #60686F background.


Related colors

Complementary color

Complementary color for #hex is #9F9790.


I love getcolorcode.com

Triadic colors

1 #6F6068 and #686F60 with #60686F are triadic colors.

2 #6F6860 and #68606F with #60686F are triadic colors.