#64656F

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

Shades of Comet #64656F

Tints of Comet #64656F

Color information

#64656F (or 0x64656F) is unknown color: approx Comet. HEX triplet: 64, 65 and 6F. RGB value is (100,101,111). Sum of RGB (Red+Green+Blue) = 100+101+111=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 111 - color contains mainly: blue. Hex color #64656F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64656F is #9B9A90. Grayscale: #656565. Windows color (decimal): -10197649 or 7300452. OLE color: 7300452.

HSL color Cylindrical-coordinate representation of color #64656F: hue angle of 234.55º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #64656F is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB100101111-
CMYK0.100.0900.56
HSL234.55º5.21%41.37%-
HSV(B)234.55º9.91%43.53%-
XYZ12.7813.1616.91-
YUV101.84133.17126.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.05%
GREEN value IS 101 (39.84% from 255) = 32.37%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=32.05%
G=32.37%
B=35.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1001011110.100.0900.56234.555.2141.37
Hex64656FA9038eb529
Octal1441451571211070353551
Binary11001001100101110111110101001011100011101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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