#646182

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

Shades of Comet #646182

Tints of Comet #646182

Color information

#646182 (or 0x646182) is unknown color: approx Comet. HEX triplet: 64, 61 and 82. RGB value is (100,97,130). Sum of RGB (Red+Green+Blue) = 100+97+130=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 130 - color contains mainly: blue. Hex color #646182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646182 is #9B9E7D. Grayscale: #656565. Windows color (decimal): -10198654 or 8544612. OLE color: 8544612.

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

Color convert

RGB10097130-
CMYK0.230.2500.49
HSL245.45º14.54%44.51%-
HSV(B)245.45º25.38%50.98%-
XYZ13.5612.8722.89-
YUV101.66143.99126.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 97 (38.28% from 255) = 29.66%
BLUE value IS 130 (51.17% from 255) = 39.76%
R=30.58%
G=29.66%
B=39.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100971300.230.2500.49245.4514.5444.51
Hex6461821719031f5f2d
Octal14414120227310613651755
Binary110010011000011000001010111110010110001111101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646182; }

 p { color: rgb(100,97,130); }

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

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

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

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

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

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

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