Shades of Ming #416C6B
Tints of Ming #416C6B
RGB
CMYK
RGB Variations
Color information
#416C6B (or 0x416C6B) is known color: Ming. HEX triplet: 41, 6C and 6B. RGB value is (65,108,107). Sum of RGB (Red+Green+Blue) = 65+108+107=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 108 - color contains mainly: green. Hex color #416C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C6B is #BE9394. Grayscale: #5E5E5E. Windows color (decimal): -12489621 or 7040065. OLE color: 7040065.
HSL color Cylindrical-coordinate representation of color #416C6B: hue angle of 178.6º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #416C6B is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 108 | 107 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.58 |
| HSL | 178.6º | 0.25% | 0.34% | - |
| HSV(B) | 178.6º | 0.4% | 0.42% | - |
| XYZ | 10.2 | 12.91 | 15.86 | - |
| YUV | 95.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 107 | 0.40 | 0 | 0.01 | 0.58 | 178.6 | 0.25 | 0.34 |
| Hex | 41 | 6C | 6B | 28 | 0 | 1 | 3A | B3 | 19 | 22 |
| Octal | 101 | 154 | 153 | 50 | 0 | 1 | 72 | 263 | 31 | 42 |
| Binary | 1000001 | 1101100 | 1101011 | 101000 | 0 | 1 | 111010 | 10110011 | 11001 | 100010 |
Color Harmonies of #416C6B
Complementary color
Monochromatic Colors of #416C6B
Black with #416C6B
Text Example
Text Example
White with #416C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C6B; }
p { color: rgb(65,108,107); }
H1.HeaderClassName
{
color: #416C6B;
}
.AnyTagClassName
{
color: #416C6B;
}
</style>
background-color css
<style>
a { background-color: #416C6B; }
a { background-color: rgb(65,108,107); }
div.DivClassName
{
background-color: #416C6B;
}
.BgClassName
{
background-color: #416C6B;
}
</style>
border-color css
<style>
span { border-color: #416C6B; }
span { border-color: rgb(65,108,107); }
td.TdClassName
{
border-color: #416C6B;
}
.TagClassName
{
border-color: #416C6B;
}
</style>