Shades of Ming #416C6A
Tints of Ming #416C6A
RGB
CMYK
RGB Variations
Color information
#416C6A (or 0x416C6A) is known color: Ming. HEX triplet: 41, 6C and 6A. RGB value is (65,108,106). Sum of RGB (Red+Green+Blue) = 65+108+106=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 108 - color contains mainly: green. Hex color #416C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C6A is #BE9395. Grayscale: #5E5E5E. Windows color (decimal): -12489622 or 6974529. OLE color: 6974529.
HSL color Cylindrical-coordinate representation of color #416C6A: hue angle of 177.21º 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 #416C6A is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 108 | 106 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.58 |
| HSL | 177.21º | 0.25% | 0.34% | - |
| HSV(B) | 177.21º | 0.4% | 0.42% | - |
| XYZ | 10.14 | 12.89 | 15.59 | - |
| YUV | 94.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 106 | 0.40 | 0 | 0.02 | 0.58 | 177.21 | 0.25 | 0.34 |
| Hex | 41 | 6C | 6A | 28 | 0 | 2 | 3A | B1 | 19 | 22 |
| Octal | 101 | 154 | 152 | 50 | 0 | 2 | 72 | 261 | 31 | 42 |
| Binary | 1000001 | 1101100 | 1101010 | 101000 | 0 | 10 | 111010 | 10110001 | 11001 | 100010 |
Color Harmonies of #416C6A
Complementary color
Monochromatic Colors of #416C6A
Black with #416C6A
Text Example
Text Example
White with #416C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C6A; }
p { color: rgb(65,108,106); }
H1.HeaderClassName
{
color: #416C6A;
}
.AnyTagClassName
{
color: #416C6A;
}
</style>
background-color css
<style>
a { background-color: #416C6A; }
a { background-color: rgb(65,108,106); }
div.DivClassName
{
background-color: #416C6A;
}
.BgClassName
{
background-color: #416C6A;
}
</style>
border-color css
<style>
span { border-color: #416C6A; }
span { border-color: rgb(65,108,106); }
td.TdClassName
{
border-color: #416C6A;
}
.TagClassName
{
border-color: #416C6A;
}
</style>