Shades of Salt Box #6E5A6C
Tints of Salt Box #6E5A6C
RGB
CMYK
RGB Variations
Color information
#6E5A6C (or 0x6E5A6C) is known color: Salt Box. HEX triplet: 6E, 5A and 6C. RGB value is (110,90,108). Sum of RGB (Red+Green+Blue) = 110+90+108=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5A6C is #91A593. Grayscale: #616161. Windows color (decimal): -9545108 or 7101038. OLE color: 7101038.
HSL color Cylindrical-coordinate representation of color #6E5A6C: hue angle of 306º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E5A6C is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 90 | 108 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.57 |
| HSL | 306º | 0.1% | 0.39% | - |
| HSV(B) | 306º | 0.18% | 0.43% | - |
| XYZ | 12.79 | 11.71 | 15.77 | - |
| YUV | 98.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 90 | 108 | 0 | 0.18 | 0.02 | 0.57 | 306 | 0.1 | 0.39 |
| Hex | 6E | 5A | 6C | 0 | 12 | 2 | 39 | 132 | A | 27 |
| Octal | 156 | 132 | 154 | 0 | 22 | 2 | 71 | 462 | 12 | 47 |
| Binary | 1101110 | 1011010 | 1101100 | 0 | 10010 | 10 | 111001 | 100110010 | 1010 | 100111 |
Color Harmonies of #6E5A6C
Complementary color
Monochromatic Colors of #6E5A6C
Black with #6E5A6C
Text Example
Text Example
White with #6E5A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5A6C; }
p { color: rgb(110,90,108); }
H1.HeaderClassName
{
color: #6E5A6C;
}
.AnyTagClassName
{
color: #6E5A6C;
}
</style>
background-color css
<style>
a { background-color: #6E5A6C; }
a { background-color: rgb(110,90,108); }
div.DivClassName
{
background-color: #6E5A6C;
}
.BgClassName
{
background-color: #6E5A6C;
}
</style>
border-color css
<style>
span { border-color: #6E5A6C; }
span { border-color: rgb(110,90,108); }
td.TdClassName
{
border-color: #6E5A6C;
}
.TagClassName
{
border-color: #6E5A6C;
}
</style>