#616075

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

Shades of Comet #616075

Tints of Comet #616075

Color information

#616075 (or 0x616075) is unknown color: approx Comet. HEX triplet: 61, 60 and 75. RGB value is (97,96,117). Sum of RGB (Red+Green+Blue) = 97+96+117=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: blue. Hex color #616075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616075 is #9E9F8A. Grayscale: #626262. Windows color (decimal): -10395531 or 7692385. OLE color: 7692385.

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

Color convert

RGB9796117-
CMYK0.170.1800.54
HSL242.86º9.86%41.76%-
HSV(B)242.86º17.95%45.88%-
XYZ12.3212.1918.53-
YUV98.69138.33126.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=31.29%
G=30.97%
B=37.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97961170.170.1800.54242.869.8641.76
Hex6160751112036f3a2a
Octal14114016521220663631252
Binary11000011100000111010110001100100110110111100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616075; }

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

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

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

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

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

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

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

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