#646383

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

Shades of Comet #646383

Tints of Comet #646383

Color information

#646383 (or 0x646383) is unknown color: approx Comet. HEX triplet: 64, 63 and 83. RGB value is (100,99,131). Sum of RGB (Red+Green+Blue) = 100+99+131=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 131 - color contains mainly: blue. Hex color #646383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646383 is #9B9C7C. Grayscale: #666666. Windows color (decimal): -10198141 or 8610660. OLE color: 8610660.

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

Color convert

RGB10099131-
CMYK0.240.2400.49
HSL241.88º13.91%45.1%-
HSV(B)241.88º24.43%51.37%-
XYZ13.8113.2723.31-
YUV102.95143.83125.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.30%
GREEN value IS 99 (39.06% from 255) = 30%
BLUE value IS 131 (51.56% from 255) = 39.70%
R=30.30%
G=30%
B=39.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100991310.240.2400.49241.8813.9145.1
Hex6463831818031f2e2d
Octal14414320330300613621655
Binary110010011000111000001111000110000110001111100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646383; }

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

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

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

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

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

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

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

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