Shades of Salt Box #6E526C
Tints of Salt Box #6E526C
RGB
CMYK
RGB Variations
Color information
#6E526C (or 0x6E526C) is known color: Salt Box. HEX triplet: 6E, 52 and 6C. RGB value is (110,82,108). Sum of RGB (Red+Green+Blue) = 110+82+108=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 110 - color contains mainly: red. Hex color #6E526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E526C is #91AD93. Grayscale: #5D5D5D. Windows color (decimal): -9547156 or 7098990. OLE color: 7098990.
HSL color Cylindrical-coordinate representation of color #6E526C: hue angle of 304.29º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E526C is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 82 | 108 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.57 |
| HSL | 304.29º | 0.15% | 0.38% | - |
| HSV(B) | 304.29º | 0.25% | 0.43% | - |
| XYZ | 12.15 | 10.43 | 15.56 | - |
| YUV | 93.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 82 | 108 | 0 | 0.25 | 0.02 | 0.57 | 304.29 | 0.15 | 0.38 |
| Hex | 6E | 52 | 6C | 0 | 19 | 2 | 39 | 130 | F | 26 |
| Octal | 156 | 122 | 154 | 0 | 31 | 2 | 71 | 460 | 17 | 46 |
| Binary | 1101110 | 1010010 | 1101100 | 0 | 11001 | 10 | 111001 | 100110000 | 1111 | 100110 |
Color Harmonies of #6E526C
Complementary color
Monochromatic Colors of #6E526C
Black with #6E526C
Text Example
Text Example
White with #6E526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E526C; }
p { color: rgb(110,82,108); }
H1.HeaderClassName
{
color: #6E526C;
}
.AnyTagClassName
{
color: #6E526C;
}
</style>
background-color css
<style>
a { background-color: #6E526C; }
a { background-color: rgb(110,82,108); }
div.DivClassName
{
background-color: #6E526C;
}
.BgClassName
{
background-color: #6E526C;
}
</style>
border-color css
<style>
span { border-color: #6E526C; }
span { border-color: rgb(110,82,108); }
td.TdClassName
{
border-color: #6E526C;
}
.TagClassName
{
border-color: #6E526C;
}
</style>