#606D79

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

Shades of Mid Grey #606D79

Tints of Mid Grey #606D79

Color information

#606D79 (or 0x606D79) is unknown color: approx Mid Grey. HEX triplet: 60, 6D and 79. RGB value is (96,109,121). Sum of RGB (Red+Green+Blue) = 96+109+121=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 121 - color contains mainly: blue. Hex color #606D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D79 is #9F9286. Grayscale: #6A6A6A. Windows color (decimal): -10457735 or 7957856. OLE color: 7957856.

HSL color Cylindrical-coordinate representation of color #606D79: hue angle of 208.8º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #606D79 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB96109121-
CMYK0.210.1000.53
HSL208.8º11.52%42.55%-
HSV(B)208.8º20.66%47.45%-
XYZ13.7414.820.22-
YUV106.48136.19120.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.45%
GREEN value IS 109 (42.97% from 255) = 33.44%
BLUE value IS 121 (47.66% from 255) = 37.12%
R=29.45%
G=33.44%
B=37.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal961091210.210.1000.53208.811.5242.55
Hex606D7915A035d1c2b
Octal14015517125120653211453
Binary1100000110110111110011010110100110101110100011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,109,121); }

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

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

 a { background-color: rgb(96,109,121); }

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

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

 span { border-color: rgb(96,109,121); }

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