#616070

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

Shades of Comet #616070

Tints of Comet #616070

Color information

#616070 (or 0x616070) is unknown color: approx Comet. HEX triplet: 61, 60 and 70. RGB value is (97,96,112). Sum of RGB (Red+Green+Blue) = 97+96+112=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 112 - color contains mainly: blue. Hex color #616070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616070 is #9E9F8F. Grayscale: #626262. Windows color (decimal): -10395536 or 7364705. OLE color: 7364705.

HSL color Cylindrical-coordinate representation of color #616070: hue angle of 243.75º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #616070 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9796112-
CMYK0.130.1400.56
HSL243.75º7.69%40.78%-
HSV(B)243.75º14.29%43.92%-
XYZ12.0412.0817.03-
YUV98.12135.83127.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.80%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=31.80%
G=31.48%
B=36.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97961120.130.1400.56243.757.6940.78
Hex616070DE038f4829
Octal14114016015160703641051
Binary110000111000001110000110111100111000111101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616070; }

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

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

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

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

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

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

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

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