Shades of Salt Box #685D68
Tints of Salt Box #685D68
RGB
CMYK
RGB Variations
Color information
#685D68 (or 0x685D68) is known color: Salt Box. HEX triplet: 68, 5D and 68. RGB value is (104,93,104). Sum of RGB (Red+Green+Blue) = 104+93+104=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #685D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D68 is #97A297. Grayscale: #616161. Windows color (decimal): -9937560 or 6839656. OLE color: 6839656.
HSL color Cylindrical-coordinate representation of color #685D68: hue angle of 300º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #685D68 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 104 | - |
| CMYK | 0 | 0.11 | 0 | 0.59 |
| HSL | 300º | 0.06% | 0.39% | - |
| HSV(B) | 300º | 0.11% | 0.41% | - |
| XYZ | 12.12 | 11.77 | 14.73 | - |
| YUV | 97.54 | 131.64 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 104 | 0 | 0.11 | 0 | 0.59 | 300 | 0.06 | 0.39 |
| Hex | 68 | 5D | 68 | 0 | B | 0 | 3B | 12C | 6 | 27 |
| Octal | 150 | 135 | 150 | 0 | 13 | 0 | 73 | 454 | 6 | 47 |
| Binary | 1101000 | 1011101 | 1101000 | 0 | 1011 | 0 | 111011 | 100101100 | 110 | 100111 |
Color Harmonies of #685D68
Complementary color
Monochromatic Colors of #685D68
Black with #685D68
Text Example
Text Example
White with #685D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D68; }
p { color: rgb(104,93,104); }
H1.HeaderClassName
{
color: #685D68;
}
.AnyTagClassName
{
color: #685D68;
}
</style>
background-color css
<style>
a { background-color: #685D68; }
a { background-color: rgb(104,93,104); }
div.DivClassName
{
background-color: #685D68;
}
.BgClassName
{
background-color: #685D68;
}
</style>
border-color css
<style>
span { border-color: #685D68; }
span { border-color: rgb(104,93,104); }
td.TdClassName
{
border-color: #685D68;
}
.TagClassName
{
border-color: #685D68;
}
</style>