#616B70

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

Shades of Pale Sky #616B70

Tints of Pale Sky #616B70

Color information

#616B70 (or 0x616B70) is unknown color: approx Pale Sky. HEX triplet: 61, 6B and 70. RGB value is (97,107,112). Sum of RGB (Red+Green+Blue) = 97+107+112=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 112 - color contains mainly: blue. Hex color #616B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B70 is #9E948F. Grayscale: #686868. Windows color (decimal): -10392720 or 7367521. OLE color: 7367521.

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

Color convert

RGB97107112-
CMYK0.130.0400.56
HSL200º7.18%40.98%-
HSV(B)200º13.39%43.92%-
XYZ13.1114.2317.38-
YUV104.58132.19122.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.70%
GREEN value IS 107 (42.19% from 255) = 33.86%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=30.70%
G=33.86%
B=35.44%

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
Decimal971071120.130.0400.562007.1840.98
Hex616B70D4038c8729
Octal141153160154070310751
Binary1100001110101111100001101100011100011001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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