Shades of Ming #406F6C
Tints of Ming #406F6C
RGB
CMYK
RGB Variations
Color information
#406F6C (or 0x406F6C) is known color: Ming. HEX triplet: 40, 6F and 6C. RGB value is (64,111,108). Sum of RGB (Red+Green+Blue) = 64+111+108=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 111 - color contains mainly: green. Hex color #406F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F6C is #BF9093. Grayscale: #606060. Windows color (decimal): -12554388 or 7106368. OLE color: 7106368.
HSL color Cylindrical-coordinate representation of color #406F6C: hue angle of 176.17º 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 #406F6C is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 111 | 108 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.56 |
| HSL | 176.17º | 0.27% | 0.34% | - |
| HSV(B) | 176.17º | 0.42% | 0.44% | - |
| XYZ | 10.51 | 13.54 | 16.25 | - |
| YUV | 96.61 | 134.43 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 108 | 0.42 | 0 | 0.03 | 0.56 | 176.17 | 0.27 | 0.34 |
| Hex | 40 | 6F | 6C | 2A | 0 | 3 | 38 | B0 | 1B | 22 |
| Octal | 100 | 157 | 154 | 52 | 0 | 3 | 70 | 260 | 33 | 42 |
| Binary | 1000000 | 1101111 | 1101100 | 101010 | 0 | 11 | 111000 | 10110000 | 11011 | 100010 |
Color Harmonies of #406F6C
Complementary color
Monochromatic Colors of #406F6C
Black with #406F6C
Text Example
Text Example
White with #406F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406F6C; }
p { color: rgb(64,111,108); }
H1.HeaderClassName
{
color: #406F6C;
}
.AnyTagClassName
{
color: #406F6C;
}
</style>
background-color css
<style>
a { background-color: #406F6C; }
a { background-color: rgb(64,111,108); }
div.DivClassName
{
background-color: #406F6C;
}
.BgClassName
{
background-color: #406F6C;
}
</style>
border-color css
<style>
span { border-color: #406F6C; }
span { border-color: rgb(64,111,108); }
td.TdClassName
{
border-color: #406F6C;
}
.TagClassName
{
border-color: #406F6C;
}
</style>