Shades of Salt Box #694863
Tints of Salt Box #694863
RGB
CMYK
RGB Variations
Color information
#694863 (or 0x694863) is known color: Salt Box. HEX triplet: 69, 48 and 63. RGB value is (105,72,99). Sum of RGB (Red+Green+Blue) = 105+72+99=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 105 - color contains mainly: red. Hex color #694863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694863 is #96B79C. Grayscale: #545454. Windows color (decimal): -9877405 or 6506601. OLE color: 6506601.
HSL color Cylindrical-coordinate representation of color #694863: hue angle of 310.91º degrees, saturation: 0.19, 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 #694863 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 72 | 99 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.59 |
| HSL | 310.91º | 0.19% | 0.35% | - |
| HSV(B) | 310.91º | 0.31% | 0.41% | - |
| XYZ | 10.4 | 8.54 | 12.9 | - |
| YUV | 84.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 99 | 0 | 0.31 | 0.06 | 0.59 | 310.91 | 0.19 | 0.35 |
| Hex | 69 | 48 | 63 | 0 | 1F | 6 | 3B | 137 | 13 | 23 |
| Octal | 151 | 110 | 143 | 0 | 37 | 6 | 73 | 467 | 23 | 43 |
| Binary | 1101001 | 1001000 | 1100011 | 0 | 11111 | 110 | 111011 | 100110111 | 10011 | 100011 |
Color Harmonies of #694863
Complementary color
Monochromatic Colors of #694863
Black with #694863
Text Example
Text Example
White with #694863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694863; }
p { color: rgb(105,72,99); }
H1.HeaderClassName
{
color: #694863;
}
.AnyTagClassName
{
color: #694863;
}
</style>
background-color css
<style>
a { background-color: #694863; }
a { background-color: rgb(105,72,99); }
div.DivClassName
{
background-color: #694863;
}
.BgClassName
{
background-color: #694863;
}
</style>
border-color css
<style>
span { border-color: #694863; }
span { border-color: rgb(105,72,99); }
td.TdClassName
{
border-color: #694863;
}
.TagClassName
{
border-color: #694863;
}
</style>