Shades of Salt Box #694D68
Tints of Salt Box #694D68
RGB
CMYK
RGB Variations
Color information
#694D68 (or 0x694D68) is known color: Salt Box. HEX triplet: 69, 4D and 68. RGB value is (105,77,104). Sum of RGB (Red+Green+Blue) = 105+77+104=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 105 - color contains mainly: red. Hex color #694D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694D68 is #96B297. Grayscale: #585858. Windows color (decimal): -9876120 or 6835561. OLE color: 6835561.
HSL color Cylindrical-coordinate representation of color #694D68: hue angle of 302.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #694D68 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 77 | 104 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.59 |
| HSL | 302.14º | 0.15% | 0.36% | - |
| HSV(B) | 302.14º | 0.27% | 0.41% | - |
| XYZ | 10.98 | 9.31 | 14.32 | - |
| YUV | 88.45 | 136.78 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 104 | 0 | 0.27 | 0.01 | 0.59 | 302.14 | 0.15 | 0.36 |
| Hex | 69 | 4D | 68 | 0 | 1B | 1 | 3B | 12E | F | 24 |
| Octal | 151 | 115 | 150 | 0 | 33 | 1 | 73 | 456 | 17 | 44 |
| Binary | 1101001 | 1001101 | 1101000 | 0 | 11011 | 1 | 111011 | 100101110 | 1111 | 100100 |
Color Harmonies of #694D68
Complementary color
Monochromatic Colors of #694D68
Black with #694D68
Text Example
Text Example
White with #694D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D68; }
p { color: rgb(105,77,104); }
H1.HeaderClassName
{
color: #694D68;
}
.AnyTagClassName
{
color: #694D68;
}
</style>
background-color css
<style>
a { background-color: #694D68; }
a { background-color: rgb(105,77,104); }
div.DivClassName
{
background-color: #694D68;
}
.BgClassName
{
background-color: #694D68;
}
</style>
border-color css
<style>
span { border-color: #694D68; }
span { border-color: rgb(105,77,104); }
td.TdClassName
{
border-color: #694D68;
}
.TagClassName
{
border-color: #694D68;
}
</style>