#626264

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

Shades of Comet #626264

Tints of Comet #626264

Color information

#626264 (or 0x626264) is unknown color: approx Comet. HEX triplet: 62, 62 and 64. RGB value is (98,98,100). Sum of RGB (Red+Green+Blue) = 98+98+100=296 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.11% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 100 - color contains mainly: blue. Hex color #626264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626264 is #9D9D9B. Grayscale: #626262. Windows color (decimal): -10329500 or 6578786. OLE color: 6578786.

HSL color Cylindrical-coordinate representation of color #626264: hue angle of 240º degrees, saturation: 0.01, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #626264 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB9898100-
CMYK0.020.0200.61
HSL240º1.01%38.82%-
HSV(B)240º2%39.22%-
XYZ11.712.2513.8-
YUV98.23129127.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.11%
GREEN value IS 98 (38.67% from 255) = 33.11%
BLUE value IS 100 (39.45% from 255) = 33.78%
R=33.11%
G=33.11%
B=33.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal98981000.020.0200.612401.0138.82
Hex6262642203Df0127
Octal14214214422075360147
Binary11000101100010110010010100111101111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626264; }

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

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

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

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

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

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

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

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