Shades of Ming #3C6D6E
Tints of Ming #3C6D6E
RGB
CMYK
RGB Variations
Color information
#3C6D6E (or 0x3C6D6E) is known color: Ming. HEX triplet: 3C, 6D and 6E. RGB value is (60,109,110). Sum of RGB (Red+Green+Blue) = 60+109+110=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C6D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6D6E is #C39291. Grayscale: #5E5E5E. Windows color (decimal): -12817042 or 7236924. OLE color: 7236924.
HSL color Cylindrical-coordinate representation of color #3C6D6E: hue angle of 181.2º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C6D6E is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 109 | 110 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.57 |
| HSL | 181.2º | 0.29% | 0.33% | - |
| HSV(B) | 181.2º | 0.45% | 0.43% | - |
| XYZ | 10.15 | 13.02 | 16.73 | - |
| YUV | 94.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 109 | 110 | 0.45 | 0.01 | 0 | 0.57 | 181.2 | 0.29 | 0.33 |
| Hex | 3C | 6D | 6E | 2D | 1 | 0 | 39 | B5 | 1D | 21 |
| Octal | 74 | 155 | 156 | 55 | 1 | 0 | 71 | 265 | 35 | 41 |
| Binary | 111100 | 1101101 | 1101110 | 101101 | 1 | 0 | 111001 | 10110101 | 11101 | 100001 |
Color Harmonies of #3C6D6E
Complementary color
Monochromatic Colors of #3C6D6E
Black with #3C6D6E
Text Example
Text Example
White with #3C6D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6D6E; }
p { color: rgb(60,109,110); }
H1.HeaderClassName
{
color: #3C6D6E;
}
.AnyTagClassName
{
color: #3C6D6E;
}
</style>
background-color css
<style>
a { background-color: #3C6D6E; }
a { background-color: rgb(60,109,110); }
div.DivClassName
{
background-color: #3C6D6E;
}
.BgClassName
{
background-color: #3C6D6E;
}
</style>
border-color css
<style>
span { border-color: #3C6D6E; }
span { border-color: rgb(60,109,110); }
td.TdClassName
{
border-color: #3C6D6E;
}
.TagClassName
{
border-color: #3C6D6E;
}
</style>