#616C70

Color #616C70 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #616C70

Tints of Pale Sky #616C70

Color information

#616C70 (or 0x616C70) is unknown color: approx Pale Sky. HEX triplet: 61, 6C and 70. RGB value is (97,108,112). Sum of RGB (Red+Green+Blue) = 97+108+112=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 112 - color contains mainly: blue. Hex color #616C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616C70 is #9E938F. Grayscale: #696969. Windows color (decimal): -10392464 or 7367777. OLE color: 7367777.

HSL color Cylindrical-coordinate representation of color #616C70: hue angle of 196º 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 #616C70 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB97108112-
CMYK0.130.0400.56
HSL196º7.18%40.98%-
HSV(B)196º13.39%43.92%-
XYZ13.2214.4417.42-
YUV105.17131.86122.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.60%
GREEN value IS 108 (42.58% from 255) = 34.07%
BLUE value IS 112 (44.14% from 255) = 35.33%
R=30.60%
G=34.07%
B=35.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal971081120.130.0400.561967.1840.98
Hex616C70D4038c4729
Octal141154160154070304751
Binary1100001110110011100001101100011100011000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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