Shades of Salt Box #695C68
Tints of Salt Box #695C68
RGB
CMYK
RGB Variations
Color information
#695C68 (or 0x695C68) is known color: Salt Box. HEX triplet: 69, 5C and 68. RGB value is (105,92,104). Sum of RGB (Red+Green+Blue) = 105+92+104=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 105 - color contains mainly: red. Hex color #695C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695C68 is #96A397. Grayscale: #616161. Windows color (decimal): -9872280 or 6839401. OLE color: 6839401.
HSL color Cylindrical-coordinate representation of color #695C68: hue angle of 304.62º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #695C68 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 92 | 104 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.59 |
| HSL | 304.62º | 0.07% | 0.39% | - |
| HSV(B) | 304.62º | 0.12% | 0.41% | - |
| XYZ | 12.15 | 11.66 | 14.71 | - |
| YUV | 97.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 104 | 0 | 0.12 | 0.01 | 0.59 | 304.62 | 0.07 | 0.39 |
| Hex | 69 | 5C | 68 | 0 | C | 1 | 3B | 131 | 7 | 27 |
| Octal | 151 | 134 | 150 | 0 | 14 | 1 | 73 | 461 | 7 | 47 |
| Binary | 1101001 | 1011100 | 1101000 | 0 | 1100 | 1 | 111011 | 100110001 | 111 | 100111 |
Color Harmonies of #695C68
Complementary color
Monochromatic Colors of #695C68
Black with #695C68
Text Example
Text Example
White with #695C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695C68; }
p { color: rgb(105,92,104); }
H1.HeaderClassName
{
color: #695C68;
}
.AnyTagClassName
{
color: #695C68;
}
</style>
background-color css
<style>
a { background-color: #695C68; }
a { background-color: rgb(105,92,104); }
div.DivClassName
{
background-color: #695C68;
}
.BgClassName
{
background-color: #695C68;
}
</style>
border-color css
<style>
span { border-color: #695C68; }
span { border-color: rgb(105,92,104); }
td.TdClassName
{
border-color: #695C68;
}
.TagClassName
{
border-color: #695C68;
}
</style>