Shades of Salt Box #6D526B
Tints of Salt Box #6D526B
RGB
CMYK
RGB Variations
Color information
#6D526B (or 0x6D526B) is known color: Salt Box. HEX triplet: 6D, 52 and 6B. RGB value is (109,82,107). Sum of RGB (Red+Green+Blue) = 109+82+107=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 109 - color contains mainly: red. Hex color #6D526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D526B is #92AD94. Grayscale: #5C5C5C. Windows color (decimal): -9612693 or 7033453. OLE color: 7033453.
HSL color Cylindrical-coordinate representation of color #6D526B: hue angle of 304.44º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D526B is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 82 | 107 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.57 |
| HSL | 304.44º | 0.14% | 0.37% | - |
| HSV(B) | 304.44º | 0.25% | 0.43% | - |
| XYZ | 11.98 | 10.35 | 15.28 | - |
| YUV | 92.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 82 | 107 | 0 | 0.25 | 0.02 | 0.57 | 304.44 | 0.14 | 0.37 |
| Hex | 6D | 52 | 6B | 0 | 19 | 2 | 39 | 130 | E | 25 |
| Octal | 155 | 122 | 153 | 0 | 31 | 2 | 71 | 460 | 16 | 45 |
| Binary | 1101101 | 1010010 | 1101011 | 0 | 11001 | 10 | 111001 | 100110000 | 1110 | 100101 |
Color Harmonies of #6D526B
Complementary color
Monochromatic Colors of #6D526B
Black with #6D526B
Text Example
Text Example
White with #6D526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D526B; }
p { color: rgb(109,82,107); }
H1.HeaderClassName
{
color: #6D526B;
}
.AnyTagClassName
{
color: #6D526B;
}
</style>
background-color css
<style>
a { background-color: #6D526B; }
a { background-color: rgb(109,82,107); }
div.DivClassName
{
background-color: #6D526B;
}
.BgClassName
{
background-color: #6D526B;
}
</style>
border-color css
<style>
span { border-color: #6D526B; }
span { border-color: rgb(109,82,107); }
td.TdClassName
{
border-color: #6D526B;
}
.TagClassName
{
border-color: #6D526B;
}
</style>