#646466

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

Shades of Comet #646466

Tints of Comet #646466

Color information

#646466 (or 0x646466) is unknown color: approx Comet. HEX triplet: 64, 64 and 66. RGB value is (100,100,102). Sum of RGB (Red+Green+Blue) = 100+100+102=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 102 - color contains mainly: blue. Hex color #646466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646466 is #9B9B99. Grayscale: #646464. Windows color (decimal): -10197914 or 6710372. OLE color: 6710372.

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

Color convert

RGB100100102-
CMYK0.020.0200.6
HSL240º0.99%39.61%-
HSV(B)240º1.96%40%-
XYZ12.2112.7814.39-
YUV100.23129127.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.11%
GREEN value IS 100 (39.45% from 255) = 33.11%
BLUE value IS 102 (40.23% from 255) = 33.77%
R=33.11%
G=33.11%
B=33.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1001001020.020.0200.62400.9939.61
Hex6464662203Cf0128
Octal14414414622074360150
Binary11001001100100110011010100111100111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646466; }

 p { color: rgb(100,100,102); }

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

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

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

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

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

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

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