#626E73

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

Shades of Pale Sky #626E73

Tints of Pale Sky #626E73

Color information

#626E73 (or 0x626E73) is unknown color: approx Pale Sky. HEX triplet: 62, 6E and 73. RGB value is (98,110,115). Sum of RGB (Red+Green+Blue) = 98+110+115=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 115 - color contains mainly: blue. Hex color #626E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626E73 is #9D918C. Grayscale: #6A6A6A. Windows color (decimal): -10326413 or 7564898. OLE color: 7564898.

HSL color Cylindrical-coordinate representation of color #626E73: hue angle of 197.65º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #626E73 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB98110115-
CMYK0.150.0400.55
HSL197.65º7.98%41.76%-
HSV(B)197.65º14.78%45.1%-
XYZ13.7114.9918.39-
YUV106.98132.52121.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.34%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 115 (45.31% from 255) = 35.60%
R=30.34%
G=34.06%
B=35.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal981101150.150.0400.55197.657.9841.76
Hex626E73F4037c682a
Octal1421561631740673061052
Binary11000101101110111001111111000110111110001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,110,115); }

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

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

 a { background-color: rgb(98,110,115); }

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

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

 span { border-color: rgb(98,110,115); }

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