#615970

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

Shades of Smoky #615970

Tints of Smoky #615970

Color information

#615970 (or 0x615970) is unknown color: approx Smoky. HEX triplet: 61, 59 and 70. RGB value is (97,89,112). Sum of RGB (Red+Green+Blue) = 97+89+112=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 112 - color contains mainly: blue. Hex color #615970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615970 is #9EA68F. Grayscale: #5D5D5D. Windows color (decimal): -10397328 or 7362913. OLE color: 7362913.

HSL color Cylindrical-coordinate representation of color #615970: hue angle of 260.87º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #615970 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9789112-
CMYK0.130.2100.56
HSL260.87º11.44%39.41%-
HSV(B)260.87º20.54%43.92%-
XYZ11.4310.8616.82-
YUV94.01138.15130.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.55%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 112 (44.14% from 255) = 37.58%
R=32.55%
G=29.87%
B=37.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97891120.130.2100.56260.8711.4439.41
Hex615970D15038105b27
Octal14113116015250704051347
Binary11000011011001111000011011010101110001000001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615970; }

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

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

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

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

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

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

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

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