#626268

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

Shades of Comet #626268

Tints of Comet #626268

Color information

#626268 (or 0x626268) is unknown color: approx Comet. HEX triplet: 62, 62 and 68. RGB value is (98,98,104). Sum of RGB (Red+Green+Blue) = 98+98+104=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 104 - color contains mainly: blue. Hex color #626268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626268 is #9D9D97. Grayscale: #626262. Windows color (decimal): -10329496 or 6840930. OLE color: 6840930.

HSL color Cylindrical-coordinate representation of color #626268: hue angle of 240º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #626268 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9898104-
CMYK0.060.0600.59
HSL240º2.97%39.61%-
HSV(B)240º5.77%40.78%-
XYZ11.912.3314.85-
YUV98.68131127.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.67%
GREEN value IS 98 (38.67% from 255) = 32.67%
BLUE value IS 104 (41.02% from 255) = 34.67%
R=32.67%
G=32.67%
B=34.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98981040.060.0600.592402.9739.61
Hex6262686603Bf0328
Octal14214215066073360350
Binary11000101100010110100011011001110111111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626268; }

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

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

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

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

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

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

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

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