Shades of Salt Box #684F66
Tints of Salt Box #684F66
RGB
CMYK
RGB Variations
Color information
#684F66 (or 0x684F66) is known color: Salt Box. HEX triplet: 68, 4F and 66. RGB value is (104,79,102). Sum of RGB (Red+Green+Blue) = 104+79+102=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #684F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684F66 is #97B099. Grayscale: #595959. Windows color (decimal): -9941146 or 6705000. OLE color: 6705000.
HSL color Cylindrical-coordinate representation of color #684F66: hue angle of 304.8º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #684F66 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 79 | 102 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.59 |
| HSL | 304.8º | 0.14% | 0.36% | - |
| HSV(B) | 304.8º | 0.24% | 0.41% | - |
| XYZ | 10.9 | 9.49 | 13.83 | - |
| YUV | 89.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 102 | 0 | 0.24 | 0.02 | 0.59 | 304.8 | 0.14 | 0.36 |
| Hex | 68 | 4F | 66 | 0 | 18 | 2 | 3B | 131 | E | 24 |
| Octal | 150 | 117 | 146 | 0 | 30 | 2 | 73 | 461 | 16 | 44 |
| Binary | 1101000 | 1001111 | 1100110 | 0 | 11000 | 10 | 111011 | 100110001 | 1110 | 100100 |
Color Harmonies of #684F66
Complementary color
Monochromatic Colors of #684F66
Black with #684F66
Text Example
Text Example
White with #684F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684F66; }
p { color: rgb(104,79,102); }
H1.HeaderClassName
{
color: #684F66;
}
.AnyTagClassName
{
color: #684F66;
}
</style>
background-color css
<style>
a { background-color: #684F66; }
a { background-color: rgb(104,79,102); }
div.DivClassName
{
background-color: #684F66;
}
.BgClassName
{
background-color: #684F66;
}
</style>
border-color css
<style>
span { border-color: #684F66; }
span { border-color: rgb(104,79,102); }
td.TdClassName
{
border-color: #684F66;
}
.TagClassName
{
border-color: #684F66;
}
</style>