Shades of Salt Box #684862
Tints of Salt Box #684862
RGB
CMYK
RGB Variations
Color information
#684862 (or 0x684862) is known color: Salt Box. HEX triplet: 68, 48 and 62. RGB value is (104,72,98). Sum of RGB (Red+Green+Blue) = 104+72+98=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #684862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684862 is #97B79D. Grayscale: #545454. Windows color (decimal): -9942942 or 6441064. OLE color: 6441064.
HSL color Cylindrical-coordinate representation of color #684862: hue angle of 311.25º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #684862 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 72 | 98 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.59 |
| HSL | 311.25º | 0.18% | 0.35% | - |
| HSV(B) | 311.25º | 0.31% | 0.41% | - |
| XYZ | 10.23 | 8.46 | 12.65 | - |
| YUV | 84.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 72 | 98 | 0 | 0.31 | 0.06 | 0.59 | 311.25 | 0.18 | 0.35 |
| Hex | 68 | 48 | 62 | 0 | 1F | 6 | 3B | 137 | 12 | 23 |
| Octal | 150 | 110 | 142 | 0 | 37 | 6 | 73 | 467 | 22 | 43 |
| Binary | 1101000 | 1001000 | 1100010 | 0 | 11111 | 110 | 111011 | 100110111 | 10010 | 100011 |
Color Harmonies of #684862
Complementary color
Monochromatic Colors of #684862
Black with #684862
Text Example
Text Example
White with #684862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684862; }
p { color: rgb(104,72,98); }
H1.HeaderClassName
{
color: #684862;
}
.AnyTagClassName
{
color: #684862;
}
</style>
background-color css
<style>
a { background-color: #684862; }
a { background-color: rgb(104,72,98); }
div.DivClassName
{
background-color: #684862;
}
.BgClassName
{
background-color: #684862;
}
</style>
border-color css
<style>
span { border-color: #684862; }
span { border-color: rgb(104,72,98); }
td.TdClassName
{
border-color: #684862;
}
.TagClassName
{
border-color: #684862;
}
</style>