#646387

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

Shades of Comet #646387

Tints of Comet #646387

Color information

#646387 (or 0x646387) is unknown color: approx Comet. HEX triplet: 64, 63 and 87. RGB value is (100,99,135). Sum of RGB (Red+Green+Blue) = 100+99+135=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 135 - color contains mainly: blue. Hex color #646387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646387 is #9B9C78. Grayscale: #676767. Windows color (decimal): -10198137 or 8872804. OLE color: 8872804.

HSL color Cylindrical-coordinate representation of color #646387: hue angle of 241.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #646387 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10099135-
CMYK0.260.2700.47
HSL241.67º15.38%45.88%-
HSV(B)241.67º26.67%52.94%-
XYZ14.0913.3824.76-
YUV103.4145.83125.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.94%
GREEN value IS 99 (39.06% from 255) = 29.64%
BLUE value IS 135 (53.12% from 255) = 40.42%
R=29.94%
G=29.64%
B=40.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100991350.260.2700.47241.6715.3845.88
Hex6463871A1B02Ff2f2e
Octal14414320732330573621756
Binary110010011000111000011111010110110101111111100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646387; }

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

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

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

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

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

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

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

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