#616079

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

Shades of Comet #616079

Tints of Comet #616079

Color information

#616079 (or 0x616079) is unknown color: approx Comet. HEX triplet: 61, 60 and 79. RGB value is (97,96,121). Sum of RGB (Red+Green+Blue) = 97+96+121=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 121 - color contains mainly: blue. Hex color #616079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616079 is #9E9F86. Grayscale: #636363. Windows color (decimal): -10395527 or 7954529. OLE color: 7954529.

HSL color Cylindrical-coordinate representation of color #616079: hue angle of 242.4º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #616079 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9796121-
CMYK0.200.2100.53
HSL242.4º11.52%42.55%-
HSV(B)242.4º20.66%47.45%-
XYZ12.5612.2919.8-
YUV99.15140.33126.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.89%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=30.89%
G=30.57%
B=38.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97961210.200.2100.53242.411.5242.55
Hex6160791415035f2c2b
Octal14114017124250653621453
Binary11000011100000111100110100101010110101111100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616079; }

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

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

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

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

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

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

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

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