#615F70

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

Shades of Smoky #615F70

Tints of Smoky #615F70

Color information

#615F70 (or 0x615F70) is unknown color: approx Smoky. HEX triplet: 61, 5F and 70. RGB value is (97,95,112). Sum of RGB (Red+Green+Blue) = 97+95+112=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 112 - color contains mainly: blue. Hex color #615F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F70 is #9EA08F. Grayscale: #616161. Windows color (decimal): -10395792 or 7364449. OLE color: 7364449.

HSL color Cylindrical-coordinate representation of color #615F70: hue angle of 247.06º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #615F70 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9795112-
CMYK0.130.1500.56
HSL247.06º8.21%40.59%-
HSV(B)247.06º15.18%43.92%-
XYZ11.9511.917-
YUV97.54136.16127.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 95 (37.5% from 255) = 31.25%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=31.91%
G=31.25%
B=36.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97951120.130.1500.56247.068.2140.59
Hex615F70DF038f7829
Octal14113716015170703671051
Binary110000110111111110000110111110111000111101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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