#60676C

Color #60676C Mid Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mid Grey #60676C

Tints of Mid Grey #60676C

Color information

#60676C (or 0x60676C) is unknown color: approx Mid Grey. HEX triplet: 60, 67 and 6C. RGB value is (96,103,108). Sum of RGB (Red+Green+Blue) = 96+103+108=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 108 - color contains mainly: blue. Hex color #60676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60676C is #9F9893. Grayscale: #656565. Windows color (decimal): -10459284 or 7104352. OLE color: 7104352.

HSL color Cylindrical-coordinate representation of color #60676C: hue angle of 205º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #60676C is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB96103108-
CMYK0.110.0500.58
HSL205º5.88%40%-
HSV(B)205º11.11%42.35%-
XYZ12.3813.2716.1-
YUV101.48131.68124.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 103 (40.62% from 255) = 33.55%
BLUE value IS 108 (42.58% from 255) = 35.18%
R=31.27%
G=33.55%
B=35.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal961031080.110.0500.582055.8840
Hex60676CB503Acd628
Octal140147154135072315650
Binary1100000110011111011001011101011101011001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60676C; }

 p { color: rgb(96,103,108); }

 H1.HeaderClassName
 {
   color: #60676C;
 }
 .AnyTagClassName
 {
   color: #60676C;
 }
</style>
background-color css

<style>
 a { background-color: #60676C; }

 a { background-color: rgb(96,103,108); }

 div.DivClassName
 {
   background-color: #60676C;
 }
 .BgClassName
 {
   background-color: #60676C;
 }
</style>
border-color css

<style>
 span { border-color: #60676C; }

 span { border-color: rgb(96,103,108); }

 td.TdClassName
 {
   border-color: #60676C;
 }
 .TagClassName
 {
   border-color: #60676C;
 }
</style>