#626E72

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

Shades of Pale Sky #626E72

Tints of Pale Sky #626E72

Color information

#626E72 (or 0x626E72) is unknown color: approx Pale Sky. HEX triplet: 62, 6E and 72. RGB value is (98,110,114). Sum of RGB (Red+Green+Blue) = 98+110+114=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 114 - color contains mainly: blue. Hex color #626E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626E72 is #9D918D. Grayscale: #6A6A6A. Windows color (decimal): -10326414 or 7499362. OLE color: 7499362.

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

Color convert

RGB98110114-
CMYK0.140.0400.55
HSL195º7.55%41.57%-
HSV(B)195º14.04%44.71%-
XYZ13.6514.9618.09-
YUV106.87132.02121.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.43%
GREEN value IS 110 (43.36% from 255) = 34.16%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=30.43%
G=34.16%
B=35.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal981101140.140.0400.551957.5541.57
Hex626E72E4037c382a
Octal1421561621640673031052
Binary11000101101110111001011101000110111110000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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