#606C76

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

Shades of Mid Grey #606C76

Tints of Mid Grey #606C76

Color information

#606C76 (or 0x606C76) is unknown color: approx Mid Grey. HEX triplet: 60, 6C and 76. RGB value is (96,108,118). Sum of RGB (Red+Green+Blue) = 96+108+118=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 118 - color contains mainly: blue. Hex color #606C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606C76 is #9F9389. Grayscale: #696969. Windows color (decimal): -10457994 or 7760992. OLE color: 7760992.

HSL color Cylindrical-coordinate representation of color #606C76: hue angle of 207.27º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #606C76 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB96108118-
CMYK0.190.0800.54
HSL207.27º10.28%41.96%-
HSV(B)207.27º18.64%46.27%-
XYZ13.4614.5219.23-
YUV105.55135.02121.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 108 (42.58% from 255) = 33.54%
BLUE value IS 118 (46.48% from 255) = 36.65%
R=29.81%
G=33.54%
B=36.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961081180.190.0800.54207.2710.2841.96
Hex606C76138036cfa2a
Octal14015416623100663171252
Binary1100000110110011101101001110000110110110011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606C76; }

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

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

<style>
 a { background-color: #606C76; }

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

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

<style>
 span { border-color: #606C76; }

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

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