#616080

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

Shades of Comet #616080

Tints of Comet #616080

Color information

#616080 (or 0x616080) is unknown color: approx Comet. HEX triplet: 61, 60 and 80. RGB value is (97,96,128). Sum of RGB (Red+Green+Blue) = 97+96+128=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 128 - color contains mainly: blue. Hex color #616080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616080 is #9E9F7F. Grayscale: #636363. Windows color (decimal): -10395520 or 8413281. OLE color: 8413281.

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

Color convert

RGB9796128-
CMYK0.240.2500.50
HSL241.88º14.29%43.92%-
HSV(B)241.88º25%50.2%-
XYZ13.0112.4722.14-
YUV99.95143.83125.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.22%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 128 (50.39% from 255) = 39.88%
R=30.22%
G=29.91%
B=39.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97961280.240.2500.50241.8814.2943.92
Hex6160801819032f2e2c
Octal14114020030310623621654
Binary110000111000001000000011000110010110010111100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616080; }

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

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

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

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

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

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

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

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