Shades of Salt Box #694864
Tints of Salt Box #694864
RGB
CMYK
RGB Variations
Color information
#694864 (or 0x694864) is known color: Salt Box. HEX triplet: 69, 48 and 64. RGB value is (105,72,100). Sum of RGB (Red+Green+Blue) = 105+72+100=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 105 - color contains mainly: red. Hex color #694864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694864 is #96B79B. Grayscale: #545454. Windows color (decimal): -9877404 or 6572137. OLE color: 6572137.
HSL color Cylindrical-coordinate representation of color #694864: hue angle of 309.09º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #694864 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 72 | 100 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.59 |
| HSL | 309.09º | 0.19% | 0.35% | - |
| HSV(B) | 309.09º | 0.31% | 0.41% | - |
| XYZ | 10.44 | 8.56 | 13.16 | - |
| YUV | 85.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 100 | 0 | 0.31 | 0.05 | 0.59 | 309.09 | 0.19 | 0.35 |
| Hex | 69 | 48 | 64 | 0 | 1F | 5 | 3B | 135 | 13 | 23 |
| Octal | 151 | 110 | 144 | 0 | 37 | 5 | 73 | 465 | 23 | 43 |
| Binary | 1101001 | 1001000 | 1100100 | 0 | 11111 | 101 | 111011 | 100110101 | 10011 | 100011 |
Color Harmonies of #694864
Complementary color
Monochromatic Colors of #694864
Black with #694864
Text Example
Text Example
White with #694864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694864; }
p { color: rgb(105,72,100); }
H1.HeaderClassName
{
color: #694864;
}
.AnyTagClassName
{
color: #694864;
}
</style>
background-color css
<style>
a { background-color: #694864; }
a { background-color: rgb(105,72,100); }
div.DivClassName
{
background-color: #694864;
}
.BgClassName
{
background-color: #694864;
}
</style>
border-color css
<style>
span { border-color: #694864; }
span { border-color: rgb(105,72,100); }
td.TdClassName
{
border-color: #694864;
}
.TagClassName
{
border-color: #694864;
}
</style>