Shades of Salt Box #685A68
Tints of Salt Box #685A68
RGB
CMYK
RGB Variations
Color information
#685A68 (or 0x685A68) is known color: Salt Box. HEX triplet: 68, 5A and 68. RGB value is (104,90,104). Sum of RGB (Red+Green+Blue) = 104+90+104=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #685A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A68 is #97A597. Grayscale: #5F5F5F. Windows color (decimal): -9938328 or 6838888. OLE color: 6838888.
HSL color Cylindrical-coordinate representation of color #685A68: hue angle of 300º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #685A68 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 104 | - |
| CMYK | 0 | 0.13 | 0 | 0.59 |
| HSL | 300º | 0.07% | 0.38% | - |
| HSV(B) | 300º | 0.13% | 0.41% | - |
| XYZ | 11.86 | 11.25 | 14.64 | - |
| YUV | 95.78 | 132.64 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 104 | 0 | 0.13 | 0 | 0.59 | 300 | 0.07 | 0.38 |
| Hex | 68 | 5A | 68 | 0 | D | 0 | 3B | 12C | 7 | 26 |
| Octal | 150 | 132 | 150 | 0 | 15 | 0 | 73 | 454 | 7 | 46 |
| Binary | 1101000 | 1011010 | 1101000 | 0 | 1101 | 0 | 111011 | 100101100 | 111 | 100110 |
Color Harmonies of #685A68
Complementary color
Monochromatic Colors of #685A68
Black with #685A68
Text Example
Text Example
White with #685A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A68; }
p { color: rgb(104,90,104); }
H1.HeaderClassName
{
color: #685A68;
}
.AnyTagClassName
{
color: #685A68;
}
</style>
background-color css
<style>
a { background-color: #685A68; }
a { background-color: rgb(104,90,104); }
div.DivClassName
{
background-color: #685A68;
}
.BgClassName
{
background-color: #685A68;
}
</style>
border-color css
<style>
span { border-color: #685A68; }
span { border-color: rgb(104,90,104); }
td.TdClassName
{
border-color: #685A68;
}
.TagClassName
{
border-color: #685A68;
}
</style>