Shades of Ming #406D6E
Tints of Ming #406D6E
RGB
CMYK
RGB Variations
Color information
#406D6E (or 0x406D6E) is known color: Ming. HEX triplet: 40, 6D and 6E. RGB value is (64,109,110). Sum of RGB (Red+Green+Blue) = 64+109+110=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #406D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406D6E is #BF9291. Grayscale: #5F5F5F. Windows color (decimal): -12554898 or 7236928. OLE color: 7236928.
HSL color Cylindrical-coordinate representation of color #406D6E: hue angle of 181.3º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #406D6E is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 109 | 110 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.57 |
| HSL | 181.3º | 0.26% | 0.34% | - |
| HSV(B) | 181.3º | 0.42% | 0.43% | - |
| XYZ | 10.4 | 13.15 | 16.74 | - |
| YUV | 95.66 | 136.09 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 110 | 0.42 | 0.01 | 0 | 0.57 | 181.3 | 0.26 | 0.34 |
| Hex | 40 | 6D | 6E | 2A | 1 | 0 | 39 | B5 | 1A | 22 |
| Octal | 100 | 155 | 156 | 52 | 1 | 0 | 71 | 265 | 32 | 42 |
| Binary | 1000000 | 1101101 | 1101110 | 101010 | 1 | 0 | 111001 | 10110101 | 11010 | 100010 |
Color Harmonies of #406D6E
Complementary color
Monochromatic Colors of #406D6E
Black with #406D6E
Text Example
Text Example
White with #406D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406D6E; }
p { color: rgb(64,109,110); }
H1.HeaderClassName
{
color: #406D6E;
}
.AnyTagClassName
{
color: #406D6E;
}
</style>
background-color css
<style>
a { background-color: #406D6E; }
a { background-color: rgb(64,109,110); }
div.DivClassName
{
background-color: #406D6E;
}
.BgClassName
{
background-color: #406D6E;
}
</style>
border-color css
<style>
span { border-color: #406D6E; }
span { border-color: rgb(64,109,110); }
td.TdClassName
{
border-color: #406D6E;
}
.TagClassName
{
border-color: #406D6E;
}
</style>