Shades of Salt Box #6E5367
Tints of Salt Box #6E5367
RGB
CMYK
RGB Variations
Color information
#6E5367 (or 0x6E5367) is known color: Salt Box. HEX triplet: 6E, 53 and 67. RGB value is (110,83,103). Sum of RGB (Red+Green+Blue) = 110+83+103=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5367 is #91AC98. Grayscale: #5D5D5D. Windows color (decimal): -9546905 or 6771566. OLE color: 6771566.
HSL color Cylindrical-coordinate representation of color #6E5367: hue angle of 315.56º degrees, saturation: 0.14, 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 #6E5367 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 83 | 103 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.57 |
| HSL | 315.56º | 0.14% | 0.38% | - |
| HSV(B) | 315.56º | 0.25% | 0.43% | - |
| XYZ | 11.97 | 10.48 | 14.22 | - |
| YUV | 93.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 83 | 103 | 0 | 0.25 | 0.06 | 0.57 | 315.56 | 0.14 | 0.38 |
| Hex | 6E | 53 | 67 | 0 | 19 | 6 | 39 | 13C | E | 26 |
| Octal | 156 | 123 | 147 | 0 | 31 | 6 | 71 | 474 | 16 | 46 |
| Binary | 1101110 | 1010011 | 1100111 | 0 | 11001 | 110 | 111001 | 100111100 | 1110 | 100110 |
Color Harmonies of #6E5367
Complementary color
Monochromatic Colors of #6E5367
Black with #6E5367
Text Example
Text Example
White with #6E5367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5367; }
p { color: rgb(110,83,103); }
H1.HeaderClassName
{
color: #6E5367;
}
.AnyTagClassName
{
color: #6E5367;
}
</style>
background-color css
<style>
a { background-color: #6E5367; }
a { background-color: rgb(110,83,103); }
div.DivClassName
{
background-color: #6E5367;
}
.BgClassName
{
background-color: #6E5367;
}
</style>
border-color css
<style>
span { border-color: #6E5367; }
span { border-color: rgb(110,83,103); }
td.TdClassName
{
border-color: #6E5367;
}
.TagClassName
{
border-color: #6E5367;
}
</style>