#64656D

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

Shades of Comet #64656D

Tints of Comet #64656D

Color information

#64656D (or 0x64656D) is unknown color: approx Comet. HEX triplet: 64, 65 and 6D. RGB value is (100,101,109). Sum of RGB (Red+Green+Blue) = 100+101+109=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 109 - color contains mainly: blue. Hex color #64656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64656D is #9B9A92. Grayscale: #656565. Windows color (decimal): -10197651 or 7169380. OLE color: 7169380.

HSL color Cylindrical-coordinate representation of color #64656D: hue angle of 233.33º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #64656D is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB100101109-
CMYK0.080.0700.57
HSL233.33º4.31%40.98%-
HSV(B)233.33º8.26%42.75%-
XYZ12.6713.1216.33-
YUV101.61132.17126.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.26%
GREEN value IS 101 (39.84% from 255) = 32.58%
BLUE value IS 109 (42.97% from 255) = 35.16%
R=32.26%
G=32.58%
B=35.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1001011090.080.0700.57233.334.3140.98
Hex64656D87039e9429
Octal144145155107071351451
Binary1100100110010111011011000111011100111101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64656D; }

 p { color: rgb(100,101,109); }

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

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

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

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

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

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

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