Shades of Salt Box #6A4F66
Tints of Salt Box #6A4F66
RGB
CMYK
RGB Variations
Color information
#6A4F66 (or 0x6A4F66) is known color: Salt Box. HEX triplet: 6A, 4F and 66. RGB value is (106,79,102). Sum of RGB (Red+Green+Blue) = 106+79+102=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4F66 is #95B099. Grayscale: #595959. Windows color (decimal): -9810074 or 6705002. OLE color: 6705002.
HSL color Cylindrical-coordinate representation of color #6A4F66: hue angle of 308.89º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A4F66 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 79 | 102 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.58 |
| HSL | 308.89º | 0.15% | 0.36% | - |
| HSV(B) | 308.89º | 0.25% | 0.42% | - |
| XYZ | 11.14 | 9.62 | 13.84 | - |
| YUV | 89.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 79 | 102 | 0 | 0.25 | 0.04 | 0.58 | 308.89 | 0.15 | 0.36 |
| Hex | 6A | 4F | 66 | 0 | 19 | 4 | 3A | 135 | F | 24 |
| Octal | 152 | 117 | 146 | 0 | 31 | 4 | 72 | 465 | 17 | 44 |
| Binary | 1101010 | 1001111 | 1100110 | 0 | 11001 | 100 | 111010 | 100110101 | 1111 | 100100 |
Color Harmonies of #6A4F66
Complementary color
Monochromatic Colors of #6A4F66
Black with #6A4F66
Text Example
Text Example
White with #6A4F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4F66; }
p { color: rgb(106,79,102); }
H1.HeaderClassName
{
color: #6A4F66;
}
.AnyTagClassName
{
color: #6A4F66;
}
</style>
background-color css
<style>
a { background-color: #6A4F66; }
a { background-color: rgb(106,79,102); }
div.DivClassName
{
background-color: #6A4F66;
}
.BgClassName
{
background-color: #6A4F66;
}
</style>
border-color css
<style>
span { border-color: #6A4F66; }
span { border-color: rgb(106,79,102); }
td.TdClassName
{
border-color: #6A4F66;
}
.TagClassName
{
border-color: #6A4F66;
}
</style>