Shades of Salt Box #694E66
Tints of Salt Box #694E66
RGB
CMYK
RGB Variations
Color information
#694E66 (or 0x694E66) is known color: Salt Box. HEX triplet: 69, 4E and 66. RGB value is (105,78,102). Sum of RGB (Red+Green+Blue) = 105+78+102=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 105 - color contains mainly: red. Hex color #694E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694E66 is #96B199. Grayscale: #585858. Windows color (decimal): -9875866 or 6704745. OLE color: 6704745.
HSL color Cylindrical-coordinate representation of color #694E66: hue angle of 306.67º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #694E66 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 78 | 102 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.59 |
| HSL | 306.67º | 0.15% | 0.36% | - |
| HSV(B) | 306.67º | 0.26% | 0.41% | - |
| XYZ | 10.95 | 9.41 | 13.81 | - |
| YUV | 88.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 102 | 0 | 0.26 | 0.03 | 0.59 | 306.67 | 0.15 | 0.36 |
| Hex | 69 | 4E | 66 | 0 | 1A | 3 | 3B | 133 | F | 24 |
| Octal | 151 | 116 | 146 | 0 | 32 | 3 | 73 | 463 | 17 | 44 |
| Binary | 1101001 | 1001110 | 1100110 | 0 | 11010 | 11 | 111011 | 100110011 | 1111 | 100100 |
Color Harmonies of #694E66
Complementary color
Monochromatic Colors of #694E66
Black with #694E66
Text Example
Text Example
White with #694E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694E66; }
p { color: rgb(105,78,102); }
H1.HeaderClassName
{
color: #694E66;
}
.AnyTagClassName
{
color: #694E66;
}
</style>
background-color css
<style>
a { background-color: #694E66; }
a { background-color: rgb(105,78,102); }
div.DivClassName
{
background-color: #694E66;
}
.BgClassName
{
background-color: #694E66;
}
</style>
border-color css
<style>
span { border-color: #694E66; }
span { border-color: rgb(105,78,102); }
td.TdClassName
{
border-color: #694E66;
}
.TagClassName
{
border-color: #694E66;
}
</style>