Shades of Salt Box #694D67
Tints of Salt Box #694D67
RGB
CMYK
RGB Variations
Color information
#694D67 (or 0x694D67) is known color: Salt Box. HEX triplet: 69, 4D and 67. RGB value is (105,77,103). Sum of RGB (Red+Green+Blue) = 105+77+103=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 105 - color contains mainly: red. Hex color #694D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694D67 is #96B298. Grayscale: #585858. Windows color (decimal): -9876121 or 6770025. OLE color: 6770025.
HSL color Cylindrical-coordinate representation of color #694D67: hue angle of 304.29º 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 #694D67 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 77 | 103 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.59 |
| HSL | 304.29º | 0.15% | 0.36% | - |
| HSV(B) | 304.29º | 0.27% | 0.41% | - |
| XYZ | 10.93 | 9.29 | 14.05 | - |
| YUV | 88.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 103 | 0 | 0.27 | 0.02 | 0.59 | 304.29 | 0.15 | 0.36 |
| Hex | 69 | 4D | 67 | 0 | 1B | 2 | 3B | 130 | F | 24 |
| Octal | 151 | 115 | 147 | 0 | 33 | 2 | 73 | 460 | 17 | 44 |
| Binary | 1101001 | 1001101 | 1100111 | 0 | 11011 | 10 | 111011 | 100110000 | 1111 | 100100 |
Color Harmonies of #694D67
Complementary color
Monochromatic Colors of #694D67
Black with #694D67
Text Example
Text Example
White with #694D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D67; }
p { color: rgb(105,77,103); }
H1.HeaderClassName
{
color: #694D67;
}
.AnyTagClassName
{
color: #694D67;
}
</style>
background-color css
<style>
a { background-color: #694D67; }
a { background-color: rgb(105,77,103); }
div.DivClassName
{
background-color: #694D67;
}
.BgClassName
{
background-color: #694D67;
}
</style>
border-color css
<style>
span { border-color: #694D67; }
span { border-color: rgb(105,77,103); }
td.TdClassName
{
border-color: #694D67;
}
.TagClassName
{
border-color: #694D67;
}
</style>