#615C70

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

Shades of Smoky #615C70

Tints of Smoky #615C70

Color information

#615C70 (or 0x615C70) is unknown color: approx Smoky. HEX triplet: 61, 5C and 70. RGB value is (97,92,112). Sum of RGB (Red+Green+Blue) = 97+92+112=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 112 - color contains mainly: blue. Hex color #615C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615C70 is #9EA38F. Grayscale: #5F5F5F. Windows color (decimal): -10396560 or 7363681. OLE color: 7363681.

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

Color convert

RGB9792112-
CMYK0.130.1800.56
HSL255º9.8%40%-
HSV(B)255º17.86%43.92%-
XYZ11.6811.3716.91-
YUV95.78137.16128.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.23%
GREEN value IS 92 (36.33% from 255) = 30.56%
BLUE value IS 112 (44.14% from 255) = 37.21%
R=32.23%
G=30.56%
B=37.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97921120.130.1800.562559.840
Hex615C70D12038ffa28
Octal14113416015220703771250
Binary1100001101110011100001101100100111000111111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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