#626D71

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

Shades of Pale Sky #626D71

Tints of Pale Sky #626D71

Color information

#626D71 (or 0x626D71) is unknown color: approx Pale Sky. HEX triplet: 62, 6D and 71. RGB value is (98,109,113). Sum of RGB (Red+Green+Blue) = 98+109+113=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 113 - color contains mainly: blue. Hex color #626D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626D71 is #9D928E. Grayscale: #6A6A6A. Windows color (decimal): -10326671 or 7433570. OLE color: 7433570.

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

Color convert

RGB98109113-
CMYK0.130.0400.56
HSL196º7.11%41.37%-
HSV(B)196º13.27%44.31%-
XYZ13.4914.7317.75-
YUV106.17131.86122.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.62%
GREEN value IS 109 (42.97% from 255) = 34.06%
BLUE value IS 113 (44.53% from 255) = 35.31%
R=30.62%
G=34.06%
B=35.31%

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
Decimal981091130.130.0400.561967.1141.37
Hex626D71D4038c4729
Octal142155161154070304751
Binary1100010110110111100011101100011100011000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,109,113); }

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

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

 a { background-color: rgb(98,109,113); }

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

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

 span { border-color: rgb(98,109,113); }

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