Shades of Salt Box #685A66
Tints of Salt Box #685A66
RGB
CMYK
RGB Variations
Color information
#685A66 (or 0x685A66) is known color: Salt Box. HEX triplet: 68, 5A and 66. RGB value is (104,90,102). Sum of RGB (Red+Green+Blue) = 104+90+102=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 104 - color contains mainly: red. Hex color #685A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A66 is #97A599. Grayscale: #5F5F5F. Windows color (decimal): -9938330 or 6707816. OLE color: 6707816.
HSL color Cylindrical-coordinate representation of color #685A66: hue angle of 308.57º 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 #685A66 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 102 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.59 |
| HSL | 308.57º | 0.07% | 0.38% | - |
| HSV(B) | 308.57º | 0.13% | 0.41% | - |
| XYZ | 11.76 | 11.21 | 14.12 | - |
| YUV | 95.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 102 | 0 | 0.13 | 0.02 | 0.59 | 308.57 | 0.07 | 0.38 |
| Hex | 68 | 5A | 66 | 0 | D | 2 | 3B | 135 | 7 | 26 |
| Octal | 150 | 132 | 146 | 0 | 15 | 2 | 73 | 465 | 7 | 46 |
| Binary | 1101000 | 1011010 | 1100110 | 0 | 1101 | 10 | 111011 | 100110101 | 111 | 100110 |
Color Harmonies of #685A66
Complementary color
Monochromatic Colors of #685A66
Black with #685A66
Text Example
Text Example
White with #685A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A66; }
p { color: rgb(104,90,102); }
H1.HeaderClassName
{
color: #685A66;
}
.AnyTagClassName
{
color: #685A66;
}
</style>
background-color css
<style>
a { background-color: #685A66; }
a { background-color: rgb(104,90,102); }
div.DivClassName
{
background-color: #685A66;
}
.BgClassName
{
background-color: #685A66;
}
</style>
border-color css
<style>
span { border-color: #685A66; }
span { border-color: rgb(104,90,102); }
td.TdClassName
{
border-color: #685A66;
}
.TagClassName
{
border-color: #685A66;
}
</style>