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