#615F72

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

Shades of Comet #615F72

Tints of Comet #615F72

Color information

#615F72 (or 0x615F72) is unknown color: approx Comet. HEX triplet: 61, 5F and 72. RGB value is (97,95,114). Sum of RGB (Red+Green+Blue) = 97+95+114=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 114 - color contains mainly: blue. Hex color #615F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F72 is #9EA08D. Grayscale: #616161. Windows color (decimal): -10395790 or 7495521. OLE color: 7495521.

HSL color Cylindrical-coordinate representation of color #615F72: hue angle of 246.32º degrees, saturation: 0.09, 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 #615F72 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9795114-
CMYK0.150.1700.55
HSL246.32º9.09%40.98%-
HSV(B)246.32º16.67%44.71%-
XYZ12.0611.9417.59-
YUV97.76137.16127.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.70%
GREEN value IS 95 (37.5% from 255) = 31.05%
BLUE value IS 114 (44.92% from 255) = 37.25%
R=31.70%
G=31.05%
B=37.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97951140.150.1700.55246.329.0940.98
Hex615F72F11037f6929
Octal14113716217210673661151
Binary1100001101111111100101111100010110111111101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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