Shades of Salt Box #684863
Tints of Salt Box #684863
RGB
CMYK
RGB Variations
Color information
#684863 (or 0x684863) is known color: Salt Box. HEX triplet: 68, 48 and 63. RGB value is (104,72,99). Sum of RGB (Red+Green+Blue) = 104+72+99=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #684863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684863 is #97B79C. Grayscale: #545454. Windows color (decimal): -9942941 or 6506600. OLE color: 6506600.
HSL color Cylindrical-coordinate representation of color #684863: hue angle of 309.38º 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 #684863 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 72 | 99 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.59 |
| HSL | 309.38º | 0.18% | 0.35% | - |
| HSV(B) | 309.38º | 0.31% | 0.41% | - |
| XYZ | 10.28 | 8.48 | 12.9 | - |
| YUV | 84.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 72 | 99 | 0 | 0.31 | 0.05 | 0.59 | 309.38 | 0.18 | 0.35 |
| Hex | 68 | 48 | 63 | 0 | 1F | 5 | 3B | 135 | 12 | 23 |
| Octal | 150 | 110 | 143 | 0 | 37 | 5 | 73 | 465 | 22 | 43 |
| Binary | 1101000 | 1001000 | 1100011 | 0 | 11111 | 101 | 111011 | 100110101 | 10010 | 100011 |
Color Harmonies of #684863
Complementary color
Monochromatic Colors of #684863
Black with #684863
Text Example
Text Example
White with #684863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684863; }
p { color: rgb(104,72,99); }
H1.HeaderClassName
{
color: #684863;
}
.AnyTagClassName
{
color: #684863;
}
</style>
background-color css
<style>
a { background-color: #684863; }
a { background-color: rgb(104,72,99); }
div.DivClassName
{
background-color: #684863;
}
.BgClassName
{
background-color: #684863;
}
</style>
border-color css
<style>
span { border-color: #684863; }
span { border-color: rgb(104,72,99); }
td.TdClassName
{
border-color: #684863;
}
.TagClassName
{
border-color: #684863;
}
</style>