#615F75

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

Shades of Comet #615F75

Tints of Comet #615F75

Color information

#615F75 (or 0x615F75) is unknown color: approx Comet. HEX triplet: 61, 5F and 75. RGB value is (97,95,117). Sum of RGB (Red+Green+Blue) = 97+95+117=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 117 - color contains mainly: blue. Hex color #615F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F75 is #9EA08A. Grayscale: #626262. Windows color (decimal): -10395787 or 7692129. OLE color: 7692129.

HSL color Cylindrical-coordinate representation of color #615F75: hue angle of 245.45º 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 #615F75 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9795117-
CMYK0.170.1900.54
HSL245.45º10.38%41.57%-
HSV(B)245.45º18.8%45.88%-
XYZ12.2312.0118.5-
YUV98.11138.66127.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.39%
GREEN value IS 95 (37.5% from 255) = 30.74%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=31.39%
G=30.74%
B=37.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97951170.170.1900.54245.4510.3841.57
Hex615F751113036f5a2a
Octal14113716521230663651252
Binary11000011011111111010110001100110110110111101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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