#616076

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

Shades of Comet #616076

Tints of Comet #616076

Color information

#616076 (or 0x616076) is unknown color: approx Comet. HEX triplet: 61, 60 and 76. RGB value is (97,96,118). Sum of RGB (Red+Green+Blue) = 97+96+118=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #616076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616076 is #9E9F89. Grayscale: #626262. Windows color (decimal): -10395530 or 7757921. OLE color: 7757921.

HSL color Cylindrical-coordinate representation of color #616076: hue angle of 242.73º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #616076 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9796118-
CMYK0.180.1900.54
HSL242.73º10.28%41.96%-
HSV(B)242.73º18.64%46.27%-
XYZ12.3812.2218.84-
YUV98.81138.83126.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.19%
GREEN value IS 96 (37.89% from 255) = 30.87%
BLUE value IS 118 (46.48% from 255) = 37.94%
R=31.19%
G=30.87%
B=37.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97961180.180.1900.54242.7310.2841.96
Hex6160761213036f3a2a
Octal14114016622230663631252
Binary11000011100000111011010010100110110110111100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616076; }

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

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

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

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

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

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

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

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