Shades of Salt Box #684A60
Tints of Salt Box #684A60
RGB
CMYK
RGB Variations
Color information
#684A60 (or 0x684A60) is known color: Salt Box. HEX triplet: 68, 4A and 60. RGB value is (104,74,96). Sum of RGB (Red+Green+Blue) = 104+74+96=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #684A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684A60 is #97B59F. Grayscale: #555555. Windows color (decimal): -9942432 or 6310504. OLE color: 6310504.
HSL color Cylindrical-coordinate representation of color #684A60: hue angle of 316º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #684A60 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 74 | 96 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.59 |
| HSL | 316º | 0.17% | 0.35% | - |
| HSV(B) | 316º | 0.29% | 0.41% | - |
| XYZ | 10.27 | 8.69 | 12.2 | - |
| YUV | 85.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 96 | 0 | 0.29 | 0.08 | 0.59 | 316 | 0.17 | 0.35 |
| Hex | 68 | 4A | 60 | 0 | 1D | 8 | 3B | 13C | 11 | 23 |
| Octal | 150 | 112 | 140 | 0 | 35 | 10 | 73 | 474 | 21 | 43 |
| Binary | 1101000 | 1001010 | 1100000 | 0 | 11101 | 1000 | 111011 | 100111100 | 10001 | 100011 |
Color Harmonies of #684A60
Complementary color
Monochromatic Colors of #684A60
Black with #684A60
Text Example
Text Example
White with #684A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684A60; }
p { color: rgb(104,74,96); }
H1.HeaderClassName
{
color: #684A60;
}
.AnyTagClassName
{
color: #684A60;
}
</style>
background-color css
<style>
a { background-color: #684A60; }
a { background-color: rgb(104,74,96); }
div.DivClassName
{
background-color: #684A60;
}
.BgClassName
{
background-color: #684A60;
}
</style>
border-color css
<style>
span { border-color: #684A60; }
span { border-color: rgb(104,74,96); }
td.TdClassName
{
border-color: #684A60;
}
.TagClassName
{
border-color: #684A60;
}
</style>