Shades of Salt Box #684865
Tints of Salt Box #684865
RGB
CMYK
RGB Variations
Color information
#684865 (or 0x684865) is known color: Salt Box. HEX triplet: 68, 48 and 65. RGB value is (104,72,101). Sum of RGB (Red+Green+Blue) = 104+72+101=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #684865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684865 is #97B79A. Grayscale: #545454. Windows color (decimal): -9942939 or 6637672. OLE color: 6637672.
HSL color Cylindrical-coordinate representation of color #684865: hue angle of 305.62º 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 #684865 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 72 | 101 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.59 |
| HSL | 305.63º | 0.18% | 0.35% | - |
| HSV(B) | 305.63º | 0.31% | 0.41% | - |
| XYZ | 10.38 | 8.52 | 13.41 | - |
| YUV | 84.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 72 | 101 | 0 | 0.31 | 0.03 | 0.59 | 305.63 | 0.18 | 0.35 |
| Hex | 68 | 48 | 65 | 0 | 1F | 3 | 3B | 132 | 12 | 23 |
| Octal | 150 | 110 | 145 | 0 | 37 | 3 | 73 | 462 | 22 | 43 |
| Binary | 1101000 | 1001000 | 1100101 | 0 | 11111 | 11 | 111011 | 100110010 | 10010 | 100011 |
Color Harmonies of #684865
Complementary color
Monochromatic Colors of #684865
Black with #684865
Text Example
Text Example
White with #684865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684865; }
p { color: rgb(104,72,101); }
H1.HeaderClassName
{
color: #684865;
}
.AnyTagClassName
{
color: #684865;
}
</style>
background-color css
<style>
a { background-color: #684865; }
a { background-color: rgb(104,72,101); }
div.DivClassName
{
background-color: #684865;
}
.BgClassName
{
background-color: #684865;
}
</style>
border-color css
<style>
span { border-color: #684865; }
span { border-color: rgb(104,72,101); }
td.TdClassName
{
border-color: #684865;
}
.TagClassName
{
border-color: #684865;
}
</style>