#606970

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

Shades of Mid Grey #606970

Tints of Mid Grey #606970

Color information

#606970 (or 0x606970) is unknown color: approx Mid Grey. HEX triplet: 60, 69 and 70. RGB value is (96,105,112). Sum of RGB (Red+Green+Blue) = 96+105+112=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 112 - color contains mainly: blue. Hex color #606970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606970 is #9F968F. Grayscale: #676767. Windows color (decimal): -10458768 or 7367008. OLE color: 7367008.

HSL color Cylindrical-coordinate representation of color #606970: hue angle of 206.25º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #606970 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB96105112-
CMYK0.140.0600.56
HSL206.25º7.69%40.78%-
HSV(B)206.25º14.29%43.92%-
XYZ12.813.7617.31-
YUV103.11133.02122.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.67%
GREEN value IS 105 (41.41% from 255) = 33.55%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=30.67%
G=33.55%
B=35.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal961051120.140.0600.56206.257.6940.78
Hex606970E6038ce829
Octal1401511601660703161051
Binary11000001101001111000011101100111000110011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606970; }

 p { color: rgb(96,105,112); }

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

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

 a { background-color: rgb(96,105,112); }

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

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

 span { border-color: rgb(96,105,112); }

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