Shades of Salt Box #685C68
Tints of Salt Box #685C68
RGB
CMYK
RGB Variations
Color information
#685C68 (or 0x685C68) is known color: Salt Box. HEX triplet: 68, 5C and 68. RGB value is (104,92,104). Sum of RGB (Red+Green+Blue) = 104+92+104=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #685C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C68 is #97A397. Grayscale: #606060. Windows color (decimal): -9937816 or 6839400. OLE color: 6839400.
HSL color Cylindrical-coordinate representation of color #685C68: hue angle of 300º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #685C68 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 92 | 104 | - |
| CMYK | 0 | 0.12 | 0 | 0.59 |
| HSL | 300º | 0.06% | 0.38% | - |
| HSV(B) | 300º | 0.12% | 0.41% | - |
| XYZ | 12.03 | 11.6 | 14.7 | - |
| YUV | 96.96 | 131.98 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 104 | 0 | 0.12 | 0 | 0.59 | 300 | 0.06 | 0.38 |
| Hex | 68 | 5C | 68 | 0 | C | 0 | 3B | 12C | 6 | 26 |
| Octal | 150 | 134 | 150 | 0 | 14 | 0 | 73 | 454 | 6 | 46 |
| Binary | 1101000 | 1011100 | 1101000 | 0 | 1100 | 0 | 111011 | 100101100 | 110 | 100110 |
Color Harmonies of #685C68
Complementary color
Monochromatic Colors of #685C68
Black with #685C68
Text Example
Text Example
White with #685C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C68; }
p { color: rgb(104,92,104); }
H1.HeaderClassName
{
color: #685C68;
}
.AnyTagClassName
{
color: #685C68;
}
</style>
background-color css
<style>
a { background-color: #685C68; }
a { background-color: rgb(104,92,104); }
div.DivClassName
{
background-color: #685C68;
}
.BgClassName
{
background-color: #685C68;
}
</style>
border-color css
<style>
span { border-color: #685C68; }
span { border-color: rgb(104,92,104); }
td.TdClassName
{
border-color: #685C68;
}
.TagClassName
{
border-color: #685C68;
}
</style>