Shades of Salt Box #695A68
Tints of Salt Box #695A68
RGB
CMYK
RGB Variations
Color information
#695A68 (or 0x695A68) is known color: Salt Box. HEX triplet: 69, 5A and 68. RGB value is (105,90,104). Sum of RGB (Red+Green+Blue) = 105+90+104=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 105 - color contains mainly: red. Hex color #695A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695A68 is #96A597. Grayscale: #606060. Windows color (decimal): -9872792 or 6838889. OLE color: 6838889.
HSL color Cylindrical-coordinate representation of color #695A68: hue angle of 304º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #695A68 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 90 | 104 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.59 |
| HSL | 304º | 0.08% | 0.38% | - |
| HSV(B) | 304º | 0.14% | 0.41% | - |
| XYZ | 11.98 | 11.32 | 14.65 | - |
| YUV | 96.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 104 | 0 | 0.14 | 0.01 | 0.59 | 304 | 0.08 | 0.38 |
| Hex | 69 | 5A | 68 | 0 | E | 1 | 3B | 130 | 8 | 26 |
| Octal | 151 | 132 | 150 | 0 | 16 | 1 | 73 | 460 | 10 | 46 |
| Binary | 1101001 | 1011010 | 1101000 | 0 | 1110 | 1 | 111011 | 100110000 | 1000 | 100110 |
Color Harmonies of #695A68
Complementary color
Monochromatic Colors of #695A68
Black with #695A68
Text Example
Text Example
White with #695A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695A68; }
p { color: rgb(105,90,104); }
H1.HeaderClassName
{
color: #695A68;
}
.AnyTagClassName
{
color: #695A68;
}
</style>
background-color css
<style>
a { background-color: #695A68; }
a { background-color: rgb(105,90,104); }
div.DivClassName
{
background-color: #695A68;
}
.BgClassName
{
background-color: #695A68;
}
</style>
border-color css
<style>
span { border-color: #695A68; }
span { border-color: rgb(105,90,104); }
td.TdClassName
{
border-color: #695A68;
}
.TagClassName
{
border-color: #695A68;
}
</style>