Shades of Salt Box #6B4E66
Tints of Salt Box #6B4E66
RGB
CMYK
RGB Variations
Color information
#6B4E66 (or 0x6B4E66) is known color: Salt Box. HEX triplet: 6B, 4E and 66. RGB value is (107,78,102). Sum of RGB (Red+Green+Blue) = 107+78+102=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4E66 is #94B199. Grayscale: #595959. Windows color (decimal): -9744794 or 6704747. OLE color: 6704747.
HSL color Cylindrical-coordinate representation of color #6B4E66: hue angle of 310.34º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B4E66 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 78 | 102 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.58 |
| HSL | 310.34º | 0.16% | 0.36% | - |
| HSV(B) | 310.34º | 0.27% | 0.42% | - |
| XYZ | 11.19 | 9.53 | 13.82 | - |
| YUV | 89.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 102 | 0 | 0.27 | 0.05 | 0.58 | 310.34 | 0.16 | 0.36 |
| Hex | 6B | 4E | 66 | 0 | 1B | 5 | 3A | 136 | 10 | 24 |
| Octal | 153 | 116 | 146 | 0 | 33 | 5 | 72 | 466 | 20 | 44 |
| Binary | 1101011 | 1001110 | 1100110 | 0 | 11011 | 101 | 111010 | 100110110 | 10000 | 100100 |
Color Harmonies of #6B4E66
Complementary color
Monochromatic Colors of #6B4E66
Black with #6B4E66
Text Example
Text Example
White with #6B4E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4E66; }
p { color: rgb(107,78,102); }
H1.HeaderClassName
{
color: #6B4E66;
}
.AnyTagClassName
{
color: #6B4E66;
}
</style>
background-color css
<style>
a { background-color: #6B4E66; }
a { background-color: rgb(107,78,102); }
div.DivClassName
{
background-color: #6B4E66;
}
.BgClassName
{
background-color: #6B4E66;
}
</style>
border-color css
<style>
span { border-color: #6B4E66; }
span { border-color: rgb(107,78,102); }
td.TdClassName
{
border-color: #6B4E66;
}
.TagClassName
{
border-color: #6B4E66;
}
</style>