Shades of Salt Box #694F64
Tints of Salt Box #694F64
RGB
CMYK
RGB Variations
Color information
#694F64 (or 0x694F64) is known color: Salt Box. HEX triplet: 69, 4F and 64. RGB value is (105,79,100). Sum of RGB (Red+Green+Blue) = 105+79+100=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 105 - color contains mainly: red. Hex color #694F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694F64 is #96B09B. Grayscale: #595959. Windows color (decimal): -9875612 or 6573929. OLE color: 6573929.
HSL color Cylindrical-coordinate representation of color #694F64: hue angle of 311.54º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #694F64 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 79 | 100 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.59 |
| HSL | 311.54º | 0.14% | 0.36% | - |
| HSV(B) | 311.54º | 0.25% | 0.41% | - |
| XYZ | 10.92 | 9.52 | 13.32 | - |
| YUV | 89.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 100 | 0 | 0.25 | 0.05 | 0.59 | 311.54 | 0.14 | 0.36 |
| Hex | 69 | 4F | 64 | 0 | 19 | 5 | 3B | 138 | E | 24 |
| Octal | 151 | 117 | 144 | 0 | 31 | 5 | 73 | 470 | 16 | 44 |
| Binary | 1101001 | 1001111 | 1100100 | 0 | 11001 | 101 | 111011 | 100111000 | 1110 | 100100 |
Color Harmonies of #694F64
Complementary color
Monochromatic Colors of #694F64
Black with #694F64
Text Example
Text Example
White with #694F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F64; }
p { color: rgb(105,79,100); }
H1.HeaderClassName
{
color: #694F64;
}
.AnyTagClassName
{
color: #694F64;
}
</style>
background-color css
<style>
a { background-color: #694F64; }
a { background-color: rgb(105,79,100); }
div.DivClassName
{
background-color: #694F64;
}
.BgClassName
{
background-color: #694F64;
}
</style>
border-color css
<style>
span { border-color: #694F64; }
span { border-color: rgb(105,79,100); }
td.TdClassName
{
border-color: #694F64;
}
.TagClassName
{
border-color: #694F64;
}
</style>