#646572

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

Shades of Comet #646572

Tints of Comet #646572

Color information

#646572 (or 0x646572) is unknown color: approx Comet. HEX triplet: 64, 65 and 72. RGB value is (100,101,114). Sum of RGB (Red+Green+Blue) = 100+101+114=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 114 - color contains mainly: blue. Hex color #646572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646572 is #9B9A8D. Grayscale: #666666. Windows color (decimal): -10197646 or 7497060. OLE color: 7497060.

HSL color Cylindrical-coordinate representation of color #646572: hue angle of 235.71º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #646572 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB100101114-
CMYK0.120.1100.55
HSL235.71º6.54%41.96%-
HSV(B)235.71º12.28%44.71%-
XYZ12.9513.2317.79-
YUV102.18134.67126.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 101 (39.84% from 255) = 32.06%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=31.75%
G=32.06%
B=36.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001011140.120.1100.55235.716.5441.96
Hex646572CB037ec72a
Octal1441451621413067354752
Binary11001001100101111001011001011011011111101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646572; }

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

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

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

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

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

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

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

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