Shades of Salt Box #6D4867
Tints of Salt Box #6D4867
RGB
CMYK
RGB Variations
Color information
#6D4867 (or 0x6D4867) is known color: Salt Box. HEX triplet: 6D, 48 and 67. RGB value is (109,72,103). Sum of RGB (Red+Green+Blue) = 109+72+103=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4867 is #92B798. Grayscale: #565656. Windows color (decimal): -9615257 or 6768749. OLE color: 6768749.
HSL color Cylindrical-coordinate representation of color #6D4867: hue angle of 309.73º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D4867 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 72 | 103 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.57 |
| HSL | 309.73º | 0.2% | 0.35% | - |
| HSV(B) | 309.73º | 0.34% | 0.43% | - |
| XYZ | 11.07 | 8.87 | 13.96 | - |
| YUV | 86.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 72 | 103 | 0 | 0.34 | 0.06 | 0.57 | 309.73 | 0.2 | 0.35 |
| Hex | 6D | 48 | 67 | 0 | 22 | 6 | 39 | 136 | 14 | 23 |
| Octal | 155 | 110 | 147 | 0 | 42 | 6 | 71 | 466 | 24 | 43 |
| Binary | 1101101 | 1001000 | 1100111 | 0 | 100010 | 110 | 111001 | 100110110 | 10100 | 100011 |
Color Harmonies of #6D4867
Complementary color
Monochromatic Colors of #6D4867
Black with #6D4867
Text Example
Text Example
White with #6D4867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4867; }
p { color: rgb(109,72,103); }
H1.HeaderClassName
{
color: #6D4867;
}
.AnyTagClassName
{
color: #6D4867;
}
</style>
background-color css
<style>
a { background-color: #6D4867; }
a { background-color: rgb(109,72,103); }
div.DivClassName
{
background-color: #6D4867;
}
.BgClassName
{
background-color: #6D4867;
}
</style>
border-color css
<style>
span { border-color: #6D4867; }
span { border-color: rgb(109,72,103); }
td.TdClassName
{
border-color: #6D4867;
}
.TagClassName
{
border-color: #6D4867;
}
</style>