#615F73

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

Shades of Comet #615F73

Tints of Comet #615F73

Color information

#615F73 (or 0x615F73) is unknown color: approx Comet. HEX triplet: 61, 5F and 73. RGB value is (97,95,115). Sum of RGB (Red+Green+Blue) = 97+95+115=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #615F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F73 is #9EA08C. Grayscale: #616161. Windows color (decimal): -10395789 or 7561057. OLE color: 7561057.

HSL color Cylindrical-coordinate representation of color #615F73: hue angle of 246º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #615F73 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9795115-
CMYK0.160.1700.55
HSL246º9.52%41.18%-
HSV(B)246º17.39%45.1%-
XYZ12.1211.9617.89-
YUV97.88137.66127.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 115 (45.31% from 255) = 37.46%
R=31.60%
G=30.94%
B=37.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97951150.160.1700.552469.5241.18
Hex615F731011037f6a29
Octal14113716320210673661251
Binary11000011011111111001110000100010110111111101101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615F73; }

 p { color: rgb(97,95,115); }

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

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

 a { background-color: rgb(97,95,115); }

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

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

 span { border-color: rgb(97,95,115); }

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