Shades of Salt Box #694C63
Tints of Salt Box #694C63
RGB
CMYK
RGB Variations
Color information
#694C63 (or 0x694C63) is known color: Salt Box. HEX triplet: 69, 4C and 63. RGB value is (105,76,99). Sum of RGB (Red+Green+Blue) = 105+76+99=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 105 - color contains mainly: red. Hex color #694C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694C63 is #96B39C. Grayscale: #575757. Windows color (decimal): -9876381 or 6507625. OLE color: 6507625.
HSL color Cylindrical-coordinate representation of color #694C63: hue angle of 312.41º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #694C63 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 76 | 99 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.59 |
| HSL | 312.41º | 0.16% | 0.35% | - |
| HSV(B) | 312.41º | 0.28% | 0.41% | - |
| XYZ | 10.66 | 9.07 | 12.99 | - |
| YUV | 87.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 99 | 0 | 0.28 | 0.06 | 0.59 | 312.41 | 0.16 | 0.35 |
| Hex | 69 | 4C | 63 | 0 | 1C | 6 | 3B | 138 | 10 | 23 |
| Octal | 151 | 114 | 143 | 0 | 34 | 6 | 73 | 470 | 20 | 43 |
| Binary | 1101001 | 1001100 | 1100011 | 0 | 11100 | 110 | 111011 | 100111000 | 10000 | 100011 |
Color Harmonies of #694C63
Complementary color
Monochromatic Colors of #694C63
Black with #694C63
Text Example
Text Example
White with #694C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694C63; }
p { color: rgb(105,76,99); }
H1.HeaderClassName
{
color: #694C63;
}
.AnyTagClassName
{
color: #694C63;
}
</style>
background-color css
<style>
a { background-color: #694C63; }
a { background-color: rgb(105,76,99); }
div.DivClassName
{
background-color: #694C63;
}
.BgClassName
{
background-color: #694C63;
}
</style>
border-color css
<style>
span { border-color: #694C63; }
span { border-color: rgb(105,76,99); }
td.TdClassName
{
border-color: #694C63;
}
.TagClassName
{
border-color: #694C63;
}
</style>