Shades of Salt Box #6D696D
Tints of Salt Box #6D696D
RGB
CMYK
RGB Variations
Color information
#6D696D (or 0x6D696D) is known color: Salt Box. HEX triplet: 6D, 69 and 6D. RGB value is (109,105,109). Sum of RGB (Red+Green+Blue) = 109+105+109=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D696D is #929692. Grayscale: #6A6A6A. Windows color (decimal): -9606803 or 7170413. OLE color: 7170413.
HSL color Cylindrical-coordinate representation of color #6D696D: hue angle of 300º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6D696D is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
RGB | 109 | 105 | 109 | - |
CMYK | 0 | 0.04 | 0 | 0.57 |
HSL | 300º | 0.02% | 0.42% | - |
HSV(B) | 300º | 0.04% | 0.43% | - |
XYZ | 14.12 | 14.46 | 16.51 | - |
YUV | 106.65 | 129.33 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 109 | 105 | 109 | 0 | 0.04 | 0 | 0.57 | 300 | 0.02 | 0.42 |
Hex | 6D | 69 | 6D | 0 | 4 | 0 | 39 | 12C | 2 | 2A |
Octal | 155 | 151 | 155 | 0 | 4 | 0 | 71 | 454 | 2 | 52 |
Binary | 1101101 | 1101001 | 1101101 | 0 | 100 | 0 | 111001 | 100101100 | 10 | 101010 |
Color Harmonies of #6D696D
Complementary color
Monochromatic Colors of #6D696D
Black with #6D696D
Text Example
Text Example
White with #6D696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D696D; }
p { color: rgb(109,105,109); }
H1.HeaderClassName
{
color: #6D696D;
}
.AnyTagClassName
{
color: #6D696D;
}
</style>
background-color css
<style>
a { background-color: #6D696D; }
a { background-color: rgb(109,105,109); }
div.DivClassName
{
background-color: #6D696D;
}
.BgClassName
{
background-color: #6D696D;
}
</style>
border-color css
<style>
span { border-color: #6D696D; }
span { border-color: rgb(109,105,109); }
td.TdClassName
{
border-color: #6D696D;
}
.TagClassName
{
border-color: #6D696D;
}
</style>