#616582

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

Shades of Comet #616582

Tints of Comet #616582

Color information

#616582 (or 0x616582) is unknown color: approx Comet. HEX triplet: 61, 65 and 82. RGB value is (97,101,130). Sum of RGB (Red+Green+Blue) = 97+101+130=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 130 - color contains mainly: blue. Hex color #616582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616582 is #9E9A7D. Grayscale: #666666. Windows color (decimal): -10394238 or 8545633. OLE color: 8545633.

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

Color convert

RGB97101130-
CMYK0.250.2200.49
HSL232.73º14.54%44.51%-
HSV(B)232.73º25.38%50.98%-
XYZ13.6113.4623-
YUV103.11143.17123.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.57%
GREEN value IS 101 (39.84% from 255) = 30.79%
BLUE value IS 130 (51.17% from 255) = 39.63%
R=29.57%
G=30.79%
B=39.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971011300.250.2200.49232.7314.5444.51
Hex6165821916031e9f2d
Octal14114520231260613511755
Binary110000111001011000001011001101100110001111010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616582; }

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

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

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

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

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

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

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

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