Shades of Salt Box #605B60
Tints of Salt Box #605B60
RGB
CMYK
RGB Variations
Color information
#605B60 (or 0x605B60) is known color: Salt Box. HEX triplet: 60, 5B and 60. RGB value is (96,91,96). Sum of RGB (Red+Green+Blue) = 96+91+96=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #605B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605B60 is #9FA49F. Grayscale: #5D5D5D. Windows color (decimal): -10462368 or 6314848. OLE color: 6314848.
HSL color Cylindrical-coordinate representation of color #605B60: hue angle of 300º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #605B60 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 91 | 96 | - |
| CMYK | 0 | 0.05 | 0 | 0.62 |
| HSL | 300º | 0.03% | 0.37% | - |
| HSV(B) | 300º | 0.05% | 0.38% | - |
| XYZ | 10.68 | 10.81 | 12.59 | - |
| YUV | 93.07 | 129.66 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 96 | 0 | 0.05 | 0 | 0.62 | 300 | 0.03 | 0.37 |
| Hex | 60 | 5B | 60 | 0 | 5 | 0 | 3E | 12C | 3 | 25 |
| Octal | 140 | 133 | 140 | 0 | 5 | 0 | 76 | 454 | 3 | 45 |
| Binary | 1100000 | 1011011 | 1100000 | 0 | 101 | 0 | 111110 | 100101100 | 11 | 100101 |
Color Harmonies of #605B60
Complementary color
Monochromatic Colors of #605B60
Black with #605B60
Text Example
Text Example
White with #605B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605B60; }
p { color: rgb(96,91,96); }
H1.HeaderClassName
{
color: #605B60;
}
.AnyTagClassName
{
color: #605B60;
}
</style>
background-color css
<style>
a { background-color: #605B60; }
a { background-color: rgb(96,91,96); }
div.DivClassName
{
background-color: #605B60;
}
.BgClassName
{
background-color: #605B60;
}
</style>
border-color css
<style>
span { border-color: #605B60; }
span { border-color: rgb(96,91,96); }
td.TdClassName
{
border-color: #605B60;
}
.TagClassName
{
border-color: #605B60;
}
</style>