Shades of Salt Box #6D5465
Tints of Salt Box #6D5465
RGB
CMYK
RGB Variations
Color information
#6D5465 (or 0x6D5465) is known color: Salt Box. HEX triplet: 6D, 54 and 65. RGB value is (109,84,101). Sum of RGB (Red+Green+Blue) = 109+84+101=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5465 is #92AB9A. Grayscale: #5D5D5D. Windows color (decimal): -9612187 or 6640749. OLE color: 6640749.
HSL color Cylindrical-coordinate representation of color #6D5465: hue angle of 319.2º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D5465 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 84 | 101 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.57 |
| HSL | 319.2º | 0.13% | 0.38% | - |
| HSV(B) | 319.2º | 0.23% | 0.43% | - |
| XYZ | 11.83 | 10.53 | 13.72 | - |
| YUV | 93.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 84 | 101 | 0 | 0.23 | 0.07 | 0.57 | 319.2 | 0.13 | 0.38 |
| Hex | 6D | 54 | 65 | 0 | 17 | 7 | 39 | 13F | D | 26 |
| Octal | 155 | 124 | 145 | 0 | 27 | 7 | 71 | 477 | 15 | 46 |
| Binary | 1101101 | 1010100 | 1100101 | 0 | 10111 | 111 | 111001 | 100111111 | 1101 | 100110 |
Color Harmonies of #6D5465
Complementary color
Monochromatic Colors of #6D5465
Black with #6D5465
Text Example
Text Example
White with #6D5465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5465; }
p { color: rgb(109,84,101); }
H1.HeaderClassName
{
color: #6D5465;
}
.AnyTagClassName
{
color: #6D5465;
}
</style>
background-color css
<style>
a { background-color: #6D5465; }
a { background-color: rgb(109,84,101); }
div.DivClassName
{
background-color: #6D5465;
}
.BgClassName
{
background-color: #6D5465;
}
</style>
border-color css
<style>
span { border-color: #6D5465; }
span { border-color: rgb(109,84,101); }
td.TdClassName
{
border-color: #6D5465;
}
.TagClassName
{
border-color: #6D5465;
}
</style>