Shades of Salt Box #6D636B
Tints of Salt Box #6D636B
RGB
CMYK
RGB Variations
Color information
#6D636B (or 0x6D636B) is known color: Salt Box. HEX triplet: 6D, 63 and 6B. RGB value is (109,99,107). Sum of RGB (Red+Green+Blue) = 109+99+107=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 109 - color contains mainly: red. Hex color #6D636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D636B is #929C94. Grayscale: #666666. Windows color (decimal): -9608341 or 7037805. OLE color: 7037805.
HSL color Cylindrical-coordinate representation of color #6D636B: hue angle of 312º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6D636B is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 99 | 107 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.57 |
| HSL | 312º | 0.05% | 0.41% | - |
| HSV(B) | 312º | 0.09% | 0.43% | - |
| XYZ | 13.42 | 13.24 | 15.76 | - |
| YUV | 102.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 99 | 107 | 0 | 0.09 | 0.02 | 0.57 | 312 | 0.05 | 0.41 |
| Hex | 6D | 63 | 6B | 0 | 9 | 2 | 39 | 138 | 5 | 29 |
| Octal | 155 | 143 | 153 | 0 | 11 | 2 | 71 | 470 | 5 | 51 |
| Binary | 1101101 | 1100011 | 1101011 | 0 | 1001 | 10 | 111001 | 100111000 | 101 | 101001 |
Color Harmonies of #6D636B
Complementary color
Monochromatic Colors of #6D636B
Black with #6D636B
Text Example
Text Example
White with #6D636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D636B; }
p { color: rgb(109,99,107); }
H1.HeaderClassName
{
color: #6D636B;
}
.AnyTagClassName
{
color: #6D636B;
}
</style>
background-color css
<style>
a { background-color: #6D636B; }
a { background-color: rgb(109,99,107); }
div.DivClassName
{
background-color: #6D636B;
}
.BgClassName
{
background-color: #6D636B;
}
</style>
border-color css
<style>
span { border-color: #6D636B; }
span { border-color: rgb(109,99,107); }
td.TdClassName
{
border-color: #6D636B;
}
.TagClassName
{
border-color: #6D636B;
}
</style>