Shades of Salt Box #695863
Tints of Salt Box #695863
RGB
CMYK
RGB Variations
Color information
#695863 (or 0x695863) is known color: Salt Box. HEX triplet: 69, 58 and 63. RGB value is (105,88,99). Sum of RGB (Red+Green+Blue) = 105+88+99=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 105 - color contains mainly: red. Hex color #695863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695863 is #96A79C. Grayscale: #5E5E5E. Windows color (decimal): -9873309 or 6510697. OLE color: 6510697.
HSL color Cylindrical-coordinate representation of color #695863: hue angle of 321.18º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #695863 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 88 | 99 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.59 |
| HSL | 321.18º | 0.09% | 0.38% | - |
| HSV(B) | 321.18º | 0.16% | 0.41% | - |
| XYZ | 11.57 | 10.88 | 13.3 | - |
| YUV | 94.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 88 | 99 | 0 | 0.16 | 0.06 | 0.59 | 321.18 | 0.09 | 0.38 |
| Hex | 69 | 58 | 63 | 0 | 10 | 6 | 3B | 141 | 9 | 26 |
| Octal | 151 | 130 | 143 | 0 | 20 | 6 | 73 | 501 | 11 | 46 |
| Binary | 1101001 | 1011000 | 1100011 | 0 | 10000 | 110 | 111011 | 101000001 | 1001 | 100110 |
Color Harmonies of #695863
Complementary color
Monochromatic Colors of #695863
Black with #695863
Text Example
Text Example
White with #695863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695863; }
p { color: rgb(105,88,99); }
H1.HeaderClassName
{
color: #695863;
}
.AnyTagClassName
{
color: #695863;
}
</style>
background-color css
<style>
a { background-color: #695863; }
a { background-color: rgb(105,88,99); }
div.DivClassName
{
background-color: #695863;
}
.BgClassName
{
background-color: #695863;
}
</style>
border-color css
<style>
span { border-color: #695863; }
span { border-color: rgb(105,88,99); }
td.TdClassName
{
border-color: #695863;
}
.TagClassName
{
border-color: #695863;
}
</style>