#626C70

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

Shades of Pale Sky #626C70

Tints of Pale Sky #626C70

Color information

#626C70 (or 0x626C70) is unknown color: approx Pale Sky. HEX triplet: 62, 6C and 70. RGB value is (98,108,112). Sum of RGB (Red+Green+Blue) = 98+108+112=318 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.82% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 112 - color contains mainly: blue. Hex color #626C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626C70 is #9D938F. Grayscale: #696969. Windows color (decimal): -10326928 or 7367778. OLE color: 7367778.

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

Color convert

RGB98108112-
CMYK0.130.0400.56
HSL197.14º6.67%41.18%-
HSV(B)197.14º12.5%43.92%-
XYZ13.3214.4917.42-
YUV105.47131.69122.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.82%
GREEN value IS 108 (42.58% from 255) = 33.96%
BLUE value IS 112 (44.14% from 255) = 35.22%
R=30.82%
G=33.96%
B=35.22%

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
Decimal981081120.130.0400.56197.146.6741.18
Hex626C70D4038c5729
Octal142154160154070305751
Binary1100010110110011100001101100011100011000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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