#615972

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

Shades of Smoky #615972

Tints of Smoky #615972

Color information

#615972 (or 0x615972) is unknown color: approx Smoky. HEX triplet: 61, 59 and 72. RGB value is (97,89,114). Sum of RGB (Red+Green+Blue) = 97+89+114=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: blue. Hex color #615972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615972 is #9EA68D. Grayscale: #5E5E5E. Windows color (decimal): -10397326 or 7493985. OLE color: 7493985.

HSL color Cylindrical-coordinate representation of color #615972: hue angle of 259.2º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #615972 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9789114-
CMYK0.150.2200.55
HSL259.2º12.32%39.8%-
HSV(B)259.2º21.93%44.71%-
XYZ11.5410.917.42-
YUV94.24139.15129.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.33%
GREEN value IS 89 (35.16% from 255) = 29.67%
BLUE value IS 114 (44.92% from 255) = 38%
R=32.33%
G=29.67%
B=38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97891140.150.2200.55259.212.3239.8
Hex615972F16037103c28
Octal14113116217260674031450
Binary11000011011001111001011111011001101111000000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615972; }

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

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

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

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

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

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

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

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