#626370

Color #626370 Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #626370

Tints of Comet #626370

Color information

#626370 (or 0x626370) is unknown color: approx Comet. HEX triplet: 62, 63 and 70. RGB value is (98,99,112). Sum of RGB (Red+Green+Blue) = 98+99+112=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 112 - color contains mainly: blue. Hex color #626370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626370 is #9D9C8F. Grayscale: #646464. Windows color (decimal): -10329232 or 7365474. OLE color: 7365474.

HSL color Cylindrical-coordinate representation of color #626370: hue angle of 235.71º 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 #626370 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9899112-
CMYK0.130.1200.56
HSL235.71º6.67%41.18%-
HSV(B)235.71º12.5%43.92%-
XYZ12.4212.6917.12-
YUV100.18134.67126.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.72%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 112 (44.14% from 255) = 36.25%
R=31.72%
G=32.04%
B=36.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98991120.130.1200.56235.716.6741.18
Hex626370DC038ec729
Octal1421431601514070354751
Binary11000101100011111000011011100011100011101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626370; }

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

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

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

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

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

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

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

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