#616580

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

Shades of Comet #616580

Tints of Comet #616580

Color information

#616580 (or 0x616580) is unknown color: approx Comet. HEX triplet: 61, 65 and 80. RGB value is (97,101,128). Sum of RGB (Red+Green+Blue) = 97+101+128=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 128 - color contains mainly: blue. Hex color #616580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616580 is #9E9A7F. Grayscale: #666666. Windows color (decimal): -10394240 or 8414561. OLE color: 8414561.

HSL color Cylindrical-coordinate representation of color #616580: hue angle of 232.26º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #616580 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB97101128-
CMYK0.240.2100.50
HSL232.26º13.78%44.12%-
HSV(B)232.26º24.22%50.2%-
XYZ13.4813.4122.3-
YUV102.88142.17123.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 101 (39.84% from 255) = 30.98%
BLUE value IS 128 (50.39% from 255) = 39.26%
R=29.75%
G=30.98%
B=39.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971011280.240.2100.50232.2613.7844.12
Hex6165801815032e8e2c
Octal14114520030250623501654
Binary110000111001011000000011000101010110010111010001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616580; }

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

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

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

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

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

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

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

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