#616382

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

Shades of Comet #616382

Tints of Comet #616382

Color information

#616382 (or 0x616382) is unknown color: approx Comet. HEX triplet: 61, 63 and 82. RGB value is (97,99,130). Sum of RGB (Red+Green+Blue) = 97+99+130=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 130 - color contains mainly: blue. Hex color #616382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616382 is #9E9C7D. Grayscale: #656565. Windows color (decimal): -10394750 or 8545121. OLE color: 8545121.

HSL color Cylindrical-coordinate representation of color #616382: hue angle of 236.36º 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 #616382 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9799130-
CMYK0.250.2400.49
HSL236.36º14.54%44.51%-
HSV(B)236.36º25.38%50.98%-
XYZ13.4213.0822.94-
YUV101.94143.84124.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 99 (39.06% from 255) = 30.37%
BLUE value IS 130 (51.17% from 255) = 39.88%
R=29.75%
G=30.37%
B=39.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97991300.250.2400.49236.3614.5444.51
Hex6163821918031ecf2d
Octal14114320231300613541755
Binary110000111000111000001011001110000110001111011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616382; }

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

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

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

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

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

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

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

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