#646377

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

Shades of Comet #646377

Tints of Comet #646377

Color information

#646377 (or 0x646377) is unknown color: approx Comet. HEX triplet: 64, 63 and 77. RGB value is (100,99,119). Sum of RGB (Red+Green+Blue) = 100+99+119=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 119 - color contains mainly: blue. Hex color #646377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646377 is #9B9C88. Grayscale: #656565. Windows color (decimal): -10198153 or 7824228. OLE color: 7824228.

HSL color Cylindrical-coordinate representation of color #646377: hue angle of 243º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #646377 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10099119-
CMYK0.160.1700.53
HSL243º9.17%42.75%-
HSV(B)243º16.81%46.67%-
XYZ13.0512.9619.27-
YUV101.58137.83126.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.45%
GREEN value IS 99 (39.06% from 255) = 31.13%
BLUE value IS 119 (46.88% from 255) = 37.42%
R=31.45%
G=31.13%
B=37.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100991190.160.1700.532439.1742.75
Hex6463771011035f392b
Octal14414316720210653631153
Binary11001001100011111011110000100010110101111100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646377; }

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

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

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

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

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

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

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

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