Shades of Salt Box #695866
Tints of Salt Box #695866
RGB
CMYK
RGB Variations
Color information
#695866 (or 0x695866) is known color: Salt Box. HEX triplet: 69, 58 and 66. RGB value is (105,88,102). Sum of RGB (Red+Green+Blue) = 105+88+102=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 105 - color contains mainly: red. Hex color #695866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695866 is #96A799. Grayscale: #5E5E5E. Windows color (decimal): -9873306 or 6707305. OLE color: 6707305.
HSL color Cylindrical-coordinate representation of color #695866: hue angle of 310.59º 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 #695866 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 88 | 102 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.59 |
| HSL | 310.59º | 0.09% | 0.38% | - |
| HSV(B) | 310.59º | 0.16% | 0.41% | - |
| XYZ | 11.71 | 10.94 | 14.07 | - |
| YUV | 94.68 | 132.13 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 88 | 102 | 0 | 0.16 | 0.03 | 0.59 | 310.59 | 0.09 | 0.38 |
| Hex | 69 | 58 | 66 | 0 | 10 | 3 | 3B | 137 | 9 | 26 |
| Octal | 151 | 130 | 146 | 0 | 20 | 3 | 73 | 467 | 11 | 46 |
| Binary | 1101001 | 1011000 | 1100110 | 0 | 10000 | 11 | 111011 | 100110111 | 1001 | 100110 |
Color Harmonies of #695866
Complementary color
Monochromatic Colors of #695866
Black with #695866
Text Example
Text Example
White with #695866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695866; }
p { color: rgb(105,88,102); }
H1.HeaderClassName
{
color: #695866;
}
.AnyTagClassName
{
color: #695866;
}
</style>
background-color css
<style>
a { background-color: #695866; }
a { background-color: rgb(105,88,102); }
div.DivClassName
{
background-color: #695866;
}
.BgClassName
{
background-color: #695866;
}
</style>
border-color css
<style>
span { border-color: #695866; }
span { border-color: rgb(105,88,102); }
td.TdClassName
{
border-color: #695866;
}
.TagClassName
{
border-color: #695866;
}
</style>