Shades of Salt Box #694A61
Tints of Salt Box #694A61
RGB
CMYK
RGB Variations
Color information
#694A61 (or 0x694A61) is known color: Salt Box. HEX triplet: 69, 4A and 61. RGB value is (105,74,97). Sum of RGB (Red+Green+Blue) = 105+74+97=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 105 - color contains mainly: red. Hex color #694A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694A61 is #96B59E. Grayscale: #555555. Windows color (decimal): -9876895 or 6376041. OLE color: 6376041.
HSL color Cylindrical-coordinate representation of color #694A61: hue angle of 315.48º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #694A61 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 74 | 97 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.59 |
| HSL | 315.48º | 0.17% | 0.35% | - |
| HSV(B) | 315.48º | 0.3% | 0.41% | - |
| XYZ | 10.43 | 8.76 | 12.45 | - |
| YUV | 85.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 97 | 0 | 0.30 | 0.08 | 0.59 | 315.48 | 0.17 | 0.35 |
| Hex | 69 | 4A | 61 | 0 | 1E | 8 | 3B | 13B | 11 | 23 |
| Octal | 151 | 112 | 141 | 0 | 36 | 10 | 73 | 473 | 21 | 43 |
| Binary | 1101001 | 1001010 | 1100001 | 0 | 11110 | 1000 | 111011 | 100111011 | 10001 | 100011 |
Color Harmonies of #694A61
Complementary color
Monochromatic Colors of #694A61
Black with #694A61
Text Example
Text Example
White with #694A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694A61; }
p { color: rgb(105,74,97); }
H1.HeaderClassName
{
color: #694A61;
}
.AnyTagClassName
{
color: #694A61;
}
</style>
background-color css
<style>
a { background-color: #694A61; }
a { background-color: rgb(105,74,97); }
div.DivClassName
{
background-color: #694A61;
}
.BgClassName
{
background-color: #694A61;
}
</style>
border-color css
<style>
span { border-color: #694A61; }
span { border-color: rgb(105,74,97); }
td.TdClassName
{
border-color: #694A61;
}
.TagClassName
{
border-color: #694A61;
}
</style>