Shades of Ming #406F6F
Tints of Ming #406F6F
RGB
CMYK
RGB Variations
Color information
#406F6F (or 0x406F6F) is known color: Ming. HEX triplet: 40, 6F and 6F. RGB value is (64,111,111). Sum of RGB (Red+Green+Blue) = 64+111+111=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 111 - color contains mainly: green, blue. Hex color #406F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F6F is #BF9090. Grayscale: #606060. Windows color (decimal): -12554385 or 7302976. OLE color: 7302976.
HSL color Cylindrical-coordinate representation of color #406F6F: hue angle of 180º 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 #406F6F is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 111 | 111 | - |
| CMYK | 0.42 | 0 | 0 | 0.56 |
| HSL | 180º | 0.27% | 0.34% | - |
| HSV(B) | 180º | 0.42% | 0.44% | - |
| XYZ | 10.67 | 13.61 | 17.1 | - |
| YUV | 96.95 | 135.93 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 111 | 0.42 | 0 | 0 | 0.56 | 180 | 0.27 | 0.34 |
| Hex | 40 | 6F | 6F | 2A | 0 | 0 | 38 | B4 | 1B | 22 |
| Octal | 100 | 157 | 157 | 52 | 0 | 0 | 70 | 264 | 33 | 42 |
| Binary | 1000000 | 1101111 | 1101111 | 101010 | 0 | 0 | 111000 | 10110100 | 11011 | 100010 |
Color Harmonies of #406F6F
Complementary color
Monochromatic Colors of #406F6F
Black with #406F6F
Text Example
Text Example
White with #406F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406F6F; }
p { color: rgb(64,111,111); }
H1.HeaderClassName
{
color: #406F6F;
}
.AnyTagClassName
{
color: #406F6F;
}
</style>
background-color css
<style>
a { background-color: #406F6F; }
a { background-color: rgb(64,111,111); }
div.DivClassName
{
background-color: #406F6F;
}
.BgClassName
{
background-color: #406F6F;
}
</style>
border-color css
<style>
span { border-color: #406F6F; }
span { border-color: rgb(64,111,111); }
td.TdClassName
{
border-color: #406F6F;
}
.TagClassName
{
border-color: #406F6F;
}
</style>