#616083

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

Shades of Comet #616083

Tints of Comet #616083

Color information

#616083 (or 0x616083) is unknown color: approx Comet. HEX triplet: 61, 60 and 83. RGB value is (97,96,131). Sum of RGB (Red+Green+Blue) = 97+96+131=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 131 - color contains mainly: blue. Hex color #616083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616083 is #9E9F7C. Grayscale: #646464. Windows color (decimal): -10395517 or 8609889. OLE color: 8609889.

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

Color convert

RGB9796131-
CMYK0.260.2700.49
HSL241.71º15.42%44.51%-
HSV(B)241.71º26.72%51.37%-
XYZ13.2112.5523.2-
YUV100.29145.33125.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.94%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 131 (51.56% from 255) = 40.43%
R=29.94%
G=29.63%
B=40.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97961310.260.2700.49241.7115.4244.51
Hex6160831A1B031f2f2d
Octal14114020332330613621755
Binary110000111000001000001111010110110110001111100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616083; }

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

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

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

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

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

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

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

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