#616A70

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

Shades of Mid Grey #616A70

Tints of Mid Grey #616A70

Color information

#616A70 (or 0x616A70) is unknown color: approx Mid Grey. HEX triplet: 61, 6A and 70. RGB value is (97,106,112). Sum of RGB (Red+Green+Blue) = 97+106+112=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 112 - color contains mainly: blue. Hex color #616A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A70 is #9E958F. Grayscale: #676767. Windows color (decimal): -10392976 or 7367265. OLE color: 7367265.

HSL color Cylindrical-coordinate representation of color #616A70: hue angle of 204º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #616A70 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB97106112-
CMYK0.130.0500.56
HSL204º7.18%40.98%-
HSV(B)204º13.39%43.92%-
XYZ13.0114.0217.35-
YUV103.99132.52123.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.79%
GREEN value IS 106 (41.80% from 255) = 33.65%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=30.79%
G=33.65%
B=35.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal971061120.130.0500.562047.1840.98
Hex616A70D5038cc729
Octal141152160155070314751
Binary1100001110101011100001101101011100011001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616A70; }

 p { color: rgb(97,106,112); }

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

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

 a { background-color: rgb(97,106,112); }

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

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

 span { border-color: rgb(97,106,112); }

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