#626470

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

Shades of Comet #626470

Tints of Comet #626470

Color information

#626470 (or 0x626470) is unknown color: approx Comet. HEX triplet: 62, 64 and 70. RGB value is (98,100,112). Sum of RGB (Red+Green+Blue) = 98+100+112=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 112 - color contains mainly: blue. Hex color #626470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626470 is #9D9B8F. Grayscale: #646464. Windows color (decimal): -10328976 or 7365730. OLE color: 7365730.

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

Color convert

RGB98100112-
CMYK0.130.1100.56
HSL231.43º6.67%41.18%-
HSV(B)231.43º12.5%43.92%-
XYZ12.5212.8817.16-
YUV100.77134.34126.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.61%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=31.61%
G=32.26%
B=36.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal981001120.130.1100.56231.436.6741.18
Hex626470DB038e7729
Octal1421441601513070347751
Binary11000101100100111000011011011011100011100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626470; }

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

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

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

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

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

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

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

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