Shades of Salt Box #6E5A69
Tints of Salt Box #6E5A69
RGB
CMYK
RGB Variations
Color information
#6E5A69 (or 0x6E5A69) is known color: Salt Box. HEX triplet: 6E, 5A and 69. RGB value is (110,90,105). Sum of RGB (Red+Green+Blue) = 110+90+105=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5A69 is #91A596. Grayscale: #616161. Windows color (decimal): -9545111 or 6904430. OLE color: 6904430.
HSL color Cylindrical-coordinate representation of color #6E5A69: hue angle of 315º 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 #6E5A69 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 90 | 105 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.57 |
| HSL | 315º | 0.1% | 0.39% | - |
| HSV(B) | 315º | 0.18% | 0.43% | - |
| XYZ | 12.64 | 11.65 | 14.95 | - |
| YUV | 97.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 90 | 105 | 0 | 0.18 | 0.05 | 0.57 | 315 | 0.1 | 0.39 |
| Hex | 6E | 5A | 69 | 0 | 12 | 5 | 39 | 13B | A | 27 |
| Octal | 156 | 132 | 151 | 0 | 22 | 5 | 71 | 473 | 12 | 47 |
| Binary | 1101110 | 1011010 | 1101001 | 0 | 10010 | 101 | 111001 | 100111011 | 1010 | 100111 |
Color Harmonies of #6E5A69
Complementary color
Monochromatic Colors of #6E5A69
Black with #6E5A69
Text Example
Text Example
White with #6E5A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5A69; }
p { color: rgb(110,90,105); }
H1.HeaderClassName
{
color: #6E5A69;
}
.AnyTagClassName
{
color: #6E5A69;
}
</style>
background-color css
<style>
a { background-color: #6E5A69; }
a { background-color: rgb(110,90,105); }
div.DivClassName
{
background-color: #6E5A69;
}
.BgClassName
{
background-color: #6E5A69;
}
</style>
border-color css
<style>
span { border-color: #6E5A69; }
span { border-color: rgb(110,90,105); }
td.TdClassName
{
border-color: #6E5A69;
}
.TagClassName
{
border-color: #6E5A69;
}
</style>