Shades of Salt Box #6E506C
Tints of Salt Box #6E506C
RGB
CMYK
RGB Variations
Color information
#6E506C (or 0x6E506C) is known color: Salt Box. HEX triplet: 6E, 50 and 6C. RGB value is (110,80,108). Sum of RGB (Red+Green+Blue) = 110+80+108=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 110 - color contains mainly: red. Hex color #6E506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E506C is #91AF93. Grayscale: #5C5C5C. Windows color (decimal): -9547668 or 7098478. OLE color: 7098478.
HSL color Cylindrical-coordinate representation of color #6E506C: hue angle of 304º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E506C is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 80 | 108 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.57 |
| HSL | 304º | 0.16% | 0.37% | - |
| HSV(B) | 304º | 0.27% | 0.43% | - |
| XYZ | 12.01 | 10.14 | 15.51 | - |
| YUV | 92.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 80 | 108 | 0 | 0.27 | 0.02 | 0.57 | 304 | 0.16 | 0.37 |
| Hex | 6E | 50 | 6C | 0 | 1B | 2 | 39 | 130 | 10 | 25 |
| Octal | 156 | 120 | 154 | 0 | 33 | 2 | 71 | 460 | 20 | 45 |
| Binary | 1101110 | 1010000 | 1101100 | 0 | 11011 | 10 | 111001 | 100110000 | 10000 | 100101 |
Color Harmonies of #6E506C
Complementary color
Monochromatic Colors of #6E506C
Black with #6E506C
Text Example
Text Example
White with #6E506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E506C; }
p { color: rgb(110,80,108); }
H1.HeaderClassName
{
color: #6E506C;
}
.AnyTagClassName
{
color: #6E506C;
}
</style>
background-color css
<style>
a { background-color: #6E506C; }
a { background-color: rgb(110,80,108); }
div.DivClassName
{
background-color: #6E506C;
}
.BgClassName
{
background-color: #6E506C;
}
</style>
border-color css
<style>
span { border-color: #6E506C; }
span { border-color: rgb(110,80,108); }
td.TdClassName
{
border-color: #6E506C;
}
.TagClassName
{
border-color: #6E506C;
}
</style>