Shades of Salt Box #695768
Tints of Salt Box #695768
RGB
CMYK
RGB Variations
Color information
#695768 (or 0x695768) is known color: Salt Box. HEX triplet: 69, 57 and 68. RGB value is (105,87,104). Sum of RGB (Red+Green+Blue) = 105+87+104=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 105 - color contains mainly: red. Hex color #695768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695768 is #96A897. Grayscale: #5E5E5E. Windows color (decimal): -9873560 or 6838121. OLE color: 6838121.
HSL color Cylindrical-coordinate representation of color #695768: hue angle of 303.33º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #695768 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 87 | 104 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.59 |
| HSL | 303.33º | 0.09% | 0.38% | - |
| HSV(B) | 303.33º | 0.17% | 0.41% | - |
| XYZ | 11.73 | 10.82 | 14.57 | - |
| YUV | 94.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 87 | 104 | 0 | 0.17 | 0.01 | 0.59 | 303.33 | 0.09 | 0.38 |
| Hex | 69 | 57 | 68 | 0 | 11 | 1 | 3B | 12F | 9 | 26 |
| Octal | 151 | 127 | 150 | 0 | 21 | 1 | 73 | 457 | 11 | 46 |
| Binary | 1101001 | 1010111 | 1101000 | 0 | 10001 | 1 | 111011 | 100101111 | 1001 | 100110 |
Color Harmonies of #695768
Complementary color
Monochromatic Colors of #695768
Black with #695768
Text Example
Text Example
White with #695768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695768; }
p { color: rgb(105,87,104); }
H1.HeaderClassName
{
color: #695768;
}
.AnyTagClassName
{
color: #695768;
}
</style>
background-color css
<style>
a { background-color: #695768; }
a { background-color: rgb(105,87,104); }
div.DivClassName
{
background-color: #695768;
}
.BgClassName
{
background-color: #695768;
}
</style>
border-color css
<style>
span { border-color: #695768; }
span { border-color: rgb(105,87,104); }
td.TdClassName
{
border-color: #695768;
}
.TagClassName
{
border-color: #695768;
}
</style>