Shades of Salt Box #6E666B
Tints of Salt Box #6E666B
RGB
CMYK
RGB Variations
Color information
#6E666B (or 0x6E666B) is known color: Salt Box. HEX triplet: 6E, 66 and 6B. RGB value is (110,102,107). Sum of RGB (Red+Green+Blue) = 110+102+107=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 110 - color contains mainly: red. Hex color #6E666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E666B is #919994. Grayscale: #686868. Windows color (decimal): -9542037 or 7038574. OLE color: 7038574.
HSL color Cylindrical-coordinate representation of color #6E666B: hue angle of 322.5º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6E666B is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 102 | 107 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.57 |
| HSL | 322.5º | 0.04% | 0.42% | - |
| HSV(B) | 322.5º | 0.07% | 0.43% | - |
| XYZ | 13.84 | 13.88 | 15.86 | - |
| YUV | 104.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 107 | 0 | 0.07 | 0.03 | 0.57 | 322.5 | 0.04 | 0.42 |
| Hex | 6E | 66 | 6B | 0 | 7 | 3 | 39 | 142 | 4 | 2A |
| Octal | 156 | 146 | 153 | 0 | 7 | 3 | 71 | 502 | 4 | 52 |
| Binary | 1101110 | 1100110 | 1101011 | 0 | 111 | 11 | 111001 | 101000010 | 100 | 101010 |
Color Harmonies of #6E666B
Complementary color
Monochromatic Colors of #6E666B
Black with #6E666B
Text Example
Text Example
White with #6E666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E666B; }
p { color: rgb(110,102,107); }
H1.HeaderClassName
{
color: #6E666B;
}
.AnyTagClassName
{
color: #6E666B;
}
</style>
background-color css
<style>
a { background-color: #6E666B; }
a { background-color: rgb(110,102,107); }
div.DivClassName
{
background-color: #6E666B;
}
.BgClassName
{
background-color: #6E666B;
}
</style>
border-color css
<style>
span { border-color: #6E666B; }
span { border-color: rgb(110,102,107); }
td.TdClassName
{
border-color: #6E666B;
}
.TagClassName
{
border-color: #6E666B;
}
</style>