Shades of Ming #406F6D
Tints of Ming #406F6D
RGB
CMYK
RGB Variations
Color information
#406F6D (or 0x406F6D) is known color: Ming. HEX triplet: 40, 6F and 6D. RGB value is (64,111,109). Sum of RGB (Red+Green+Blue) = 64+111+109=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #406F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F6D is #BF9092. Grayscale: #606060. Windows color (decimal): -12554387 or 7171904. OLE color: 7171904.
HSL color Cylindrical-coordinate representation of color #406F6D: hue angle of 177.45º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #406F6D is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 111 | 109 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.56 |
| HSL | 177.45º | 0.27% | 0.34% | - |
| HSV(B) | 177.45º | 0.42% | 0.44% | - |
| XYZ | 10.56 | 13.56 | 16.53 | - |
| YUV | 96.72 | 134.93 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 109 | 0.42 | 0 | 0.02 | 0.56 | 177.45 | 0.27 | 0.34 |
| Hex | 40 | 6F | 6D | 2A | 0 | 2 | 38 | B1 | 1B | 22 |
| Octal | 100 | 157 | 155 | 52 | 0 | 2 | 70 | 261 | 33 | 42 |
| Binary | 1000000 | 1101111 | 1101101 | 101010 | 0 | 10 | 111000 | 10110001 | 11011 | 100010 |
Color Harmonies of #406F6D
Complementary color
Monochromatic Colors of #406F6D
Black with #406F6D
Text Example
Text Example
White with #406F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406F6D; }
p { color: rgb(64,111,109); }
H1.HeaderClassName
{
color: #406F6D;
}
.AnyTagClassName
{
color: #406F6D;
}
</style>
background-color css
<style>
a { background-color: #406F6D; }
a { background-color: rgb(64,111,109); }
div.DivClassName
{
background-color: #406F6D;
}
.BgClassName
{
background-color: #406F6D;
}
</style>
border-color css
<style>
span { border-color: #406F6D; }
span { border-color: rgb(64,111,109); }
td.TdClassName
{
border-color: #406F6D;
}
.TagClassName
{
border-color: #406F6D;
}
</style>