#646370

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

Shades of Comet #646370

Tints of Comet #646370

Color information

#646370 (or 0x646370) is unknown color: approx Comet. HEX triplet: 64, 63 and 70. RGB value is (100,99,112). Sum of RGB (Red+Green+Blue) = 100+99+112=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 99 (39.06% from 255 or 31.83% 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 #646370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646370 is #9B9C8F. Grayscale: #646464. Windows color (decimal): -10198160 or 7365476. OLE color: 7365476.

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

Color convert

RGB10099112-
CMYK0.110.1200.56
HSL244.62º6.16%41.37%-
HSV(B)244.62º11.61%43.92%-
XYZ12.6412.817.13-
YUV100.78134.33127.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.15%
GREEN value IS 99 (39.06% from 255) = 31.83%
BLUE value IS 112 (44.14% from 255) = 36.01%
R=32.15%
G=31.83%
B=36.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100991120.110.1200.56244.626.1641.37
Hex646370BC038f5629
Octal1441431601314070365651
Binary11001001100011111000010111100011100011110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646370; }

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

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

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

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

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

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

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

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