#646384

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

Shades of Comet #646384

Tints of Comet #646384

Color information

#646384 (or 0x646384) is unknown color: approx Comet. HEX triplet: 64, 63 and 84. RGB value is (100,99,132). Sum of RGB (Red+Green+Blue) = 100+99+132=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 132 - color contains mainly: blue. Hex color #646384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646384 is #9B9C7B. Grayscale: #666666. Windows color (decimal): -10198140 or 8676196. OLE color: 8676196.

HSL color Cylindrical-coordinate representation of color #646384: hue angle of 241.82º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #646384 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10099132-
CMYK0.240.2500.48
HSL241.82º14.29%45.29%-
HSV(B)241.82º25%51.76%-
XYZ13.8813.323.67-
YUV103.06144.33125.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.21%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=30.21%
G=29.91%
B=39.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100991320.240.2500.48241.8214.2945.29
Hex6463841819030f2e2d
Octal14414320430310603621655
Binary110010011000111000010011000110010110000111100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646384; }

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

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

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

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

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

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

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

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