Shades of Salt Box #6E5A67
Tints of Salt Box #6E5A67
RGB
CMYK
RGB Variations
Color information
#6E5A67 (or 0x6E5A67) is known color: Salt Box. HEX triplet: 6E, 5A and 67. RGB value is (110,90,103). Sum of RGB (Red+Green+Blue) = 110+90+103=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5A67 is #91A598. Grayscale: #616161. Windows color (decimal): -9545113 or 6773358. OLE color: 6773358.
HSL color Cylindrical-coordinate representation of color #6E5A67: hue angle of 321º 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 #6E5A67 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 90 | 103 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.57 |
| HSL | 321º | 0.1% | 0.39% | - |
| HSV(B) | 321º | 0.18% | 0.43% | - |
| XYZ | 12.53 | 11.61 | 14.41 | - |
| YUV | 97.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 90 | 103 | 0 | 0.18 | 0.06 | 0.57 | 321 | 0.1 | 0.39 |
| Hex | 6E | 5A | 67 | 0 | 12 | 6 | 39 | 141 | A | 27 |
| Octal | 156 | 132 | 147 | 0 | 22 | 6 | 71 | 501 | 12 | 47 |
| Binary | 1101110 | 1011010 | 1100111 | 0 | 10010 | 110 | 111001 | 101000001 | 1010 | 100111 |
Color Harmonies of #6E5A67
Complementary color
Monochromatic Colors of #6E5A67
Black with #6E5A67
Text Example
Text Example
White with #6E5A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5A67; }
p { color: rgb(110,90,103); }
H1.HeaderClassName
{
color: #6E5A67;
}
.AnyTagClassName
{
color: #6E5A67;
}
</style>
background-color css
<style>
a { background-color: #6E5A67; }
a { background-color: rgb(110,90,103); }
div.DivClassName
{
background-color: #6E5A67;
}
.BgClassName
{
background-color: #6E5A67;
}
</style>
border-color css
<style>
span { border-color: #6E5A67; }
span { border-color: rgb(110,90,103); }
td.TdClassName
{
border-color: #6E5A67;
}
.TagClassName
{
border-color: #6E5A67;
}
</style>