#626570

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

Shades of Comet #626570

Tints of Comet #626570

Color information

#626570 (or 0x626570) is unknown color: approx Comet. HEX triplet: 62, 65 and 70. RGB value is (98,101,112). Sum of RGB (Red+Green+Blue) = 98+101+112=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 112 - color contains mainly: blue. Hex color #626570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626570 is #9D9A8F. Grayscale: #656565. Windows color (decimal): -10328720 or 7365986. OLE color: 7365986.

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

Color convert

RGB98101112-
CMYK0.130.1000.56
HSL227.14º6.67%41.18%-
HSV(B)227.14º12.5%43.92%-
XYZ12.6213.0717.19-
YUV101.36134.01125.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.51%
GREEN value IS 101 (39.84% from 255) = 32.48%
BLUE value IS 112 (44.14% from 255) = 36.01%
R=31.51%
G=32.48%
B=36.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal981011120.130.1000.56227.146.6741.18
Hex626570DA038e3729
Octal1421451601512070343751
Binary11000101100101111000011011010011100011100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626570; }

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

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

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

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

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

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

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

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