#615060

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

Shades of Salt Box #615060

Tints of Salt Box #615060

Color information

#615060 (or 0x615060) is unknown color: approx Salt Box. HEX triplet: 61, 50 and 60. RGB value is (97,80,96). Sum of RGB (Red+Green+Blue) = 97+80+96=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 97 - color contains mainly: red. Hex color #615060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615060 is #9EAF9F. Grayscale: #565656. Windows color (decimal): -10399648 or 6312033. OLE color: 6312033.

HSL color Cylindrical-coordinate representation of color #615060: hue angle of 303.53º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #615060 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB978096-
CMYK00.180.010.62
HSL303.53º9.6%34.71%-
HSV(B)303.53º17.53%38.04%-
XYZ9.919.1212.3-
YUV86.91133.13135.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.53%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=35.53%
G=29.30%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97809600.180.010.62303.539.634.71
Hex61506001213E130a23
Octal1411201400221764601243
Binary11000011010000110000001001011111101001100001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615060; }

 p { color: rgb(97,80,96); }

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

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

 a { background-color: rgb(97,80,96); }

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

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

 span { border-color: rgb(97,80,96); }

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