Shades of Ming #3C6E6F
Tints of Ming #3C6E6F
RGB
CMYK
RGB Variations
Color information
#3C6E6F (or 0x3C6E6F) is known color: Ming. HEX triplet: 3C, 6E and 6F. RGB value is (60,110,111). Sum of RGB (Red+Green+Blue) = 60+110+111=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C6E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6E6F is #C39190. Grayscale: #5F5F5F. Windows color (decimal): -12816785 or 7302716. OLE color: 7302716.
HSL color Cylindrical-coordinate representation of color #3C6E6F: hue angle of 181.18º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C6E6F is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 110 | 111 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.56 |
| HSL | 181.18º | 0.3% | 0.34% | - |
| HSV(B) | 181.18º | 0.46% | 0.44% | - |
| XYZ | 10.31 | 13.26 | 17.06 | - |
| YUV | 95.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 110 | 111 | 0.46 | 0.01 | 0 | 0.56 | 181.18 | 0.3 | 0.34 |
| Hex | 3C | 6E | 6F | 2E | 1 | 0 | 38 | B5 | 1E | 22 |
| Octal | 74 | 156 | 157 | 56 | 1 | 0 | 70 | 265 | 36 | 42 |
| Binary | 111100 | 1101110 | 1101111 | 101110 | 1 | 0 | 111000 | 10110101 | 11110 | 100010 |
Color Harmonies of #3C6E6F
Complementary color
Monochromatic Colors of #3C6E6F
Black with #3C6E6F
Text Example
Text Example
White with #3C6E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6E6F; }
p { color: rgb(60,110,111); }
H1.HeaderClassName
{
color: #3C6E6F;
}
.AnyTagClassName
{
color: #3C6E6F;
}
</style>
background-color css
<style>
a { background-color: #3C6E6F; }
a { background-color: rgb(60,110,111); }
div.DivClassName
{
background-color: #3C6E6F;
}
.BgClassName
{
background-color: #3C6E6F;
}
</style>
border-color css
<style>
span { border-color: #3C6E6F; }
span { border-color: rgb(60,110,111); }
td.TdClassName
{
border-color: #3C6E6F;
}
.TagClassName
{
border-color: #3C6E6F;
}
</style>