Shades of Salt Box #694866
Tints of Salt Box #694866
RGB
CMYK
RGB Variations
Color information
#694866 (or 0x694866) is known color: Salt Box. HEX triplet: 69, 48 and 66. RGB value is (105,72,102). Sum of RGB (Red+Green+Blue) = 105+72+102=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 105 - color contains mainly: red. Hex color #694866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694866 is #96B799. Grayscale: #555555. Windows color (decimal): -9877402 or 6703209. OLE color: 6703209.
HSL color Cylindrical-coordinate representation of color #694866: hue angle of 305.45º 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 #694866 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 72 | 102 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.59 |
| HSL | 305.45º | 0.19% | 0.35% | - |
| HSV(B) | 305.45º | 0.31% | 0.41% | - |
| XYZ | 10.54 | 8.6 | 13.67 | - |
| YUV | 85.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 102 | 0 | 0.31 | 0.03 | 0.59 | 305.45 | 0.19 | 0.35 |
| Hex | 69 | 48 | 66 | 0 | 1F | 3 | 3B | 131 | 13 | 23 |
| Octal | 151 | 110 | 146 | 0 | 37 | 3 | 73 | 461 | 23 | 43 |
| Binary | 1101001 | 1001000 | 1100110 | 0 | 11111 | 11 | 111011 | 100110001 | 10011 | 100011 |
Color Harmonies of #694866
Complementary color
Monochromatic Colors of #694866
Black with #694866
Text Example
Text Example
White with #694866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694866; }
p { color: rgb(105,72,102); }
H1.HeaderClassName
{
color: #694866;
}
.AnyTagClassName
{
color: #694866;
}
</style>
background-color css
<style>
a { background-color: #694866; }
a { background-color: rgb(105,72,102); }
div.DivClassName
{
background-color: #694866;
}
.BgClassName
{
background-color: #694866;
}
</style>
border-color css
<style>
span { border-color: #694866; }
span { border-color: rgb(105,72,102); }
td.TdClassName
{
border-color: #694866;
}
.TagClassName
{
border-color: #694866;
}
</style>