#626D72

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

Shades of Pale Sky #626D72

Tints of Pale Sky #626D72

Color information

#626D72 (or 0x626D72) is unknown color: approx Pale Sky. HEX triplet: 62, 6D and 72. RGB value is (98,109,114). Sum of RGB (Red+Green+Blue) = 98+109+114=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 114 - color contains mainly: blue. Hex color #626D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626D72 is #9D928D. Grayscale: #6A6A6A. Windows color (decimal): -10326670 or 7499106. OLE color: 7499106.

HSL color Cylindrical-coordinate representation of color #626D72: hue angle of 198.75º 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 #626D72 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB98109114-
CMYK0.140.0400.55
HSL198.75º7.55%41.57%-
HSV(B)198.75º14.04%44.71%-
XYZ13.5414.7518.05-
YUV106.28132.36122.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.53%
GREEN value IS 109 (42.97% from 255) = 33.96%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=30.53%
G=33.96%
B=35.51%

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
Decimal981091140.140.0400.55198.757.5541.57
Hex626D72E4037c782a
Octal1421551621640673071052
Binary11000101101101111001011101000110111110001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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