Shades of Ming #3C6B6C
Tints of Ming #3C6B6C
RGB
CMYK
RGB Variations
Color information
#3C6B6C (or 0x3C6B6C) is known color: Ming. HEX triplet: 3C, 6B and 6C. RGB value is (60,107,108). Sum of RGB (Red+Green+Blue) = 60+107+108=275 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.82% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C6B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6B6C is #C39493. Grayscale: #5D5D5D. Windows color (decimal): -12817556 or 7105340. OLE color: 7105340.
HSL color Cylindrical-coordinate representation of color #3C6B6C: hue angle of 181.25º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C6B6C is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 107 | 108 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.58 |
| HSL | 181.25º | 0.29% | 0.33% | - |
| HSV(B) | 181.25º | 0.44% | 0.42% | - |
| XYZ | 9.83 | 12.56 | 16.09 | - |
| YUV | 93.06 | 136.43 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 107 | 108 | 0.44 | 0.01 | 0 | 0.58 | 181.25 | 0.29 | 0.33 |
| Hex | 3C | 6B | 6C | 2C | 1 | 0 | 3A | B5 | 1D | 21 |
| Octal | 74 | 153 | 154 | 54 | 1 | 0 | 72 | 265 | 35 | 41 |
| Binary | 111100 | 1101011 | 1101100 | 101100 | 1 | 0 | 111010 | 10110101 | 11101 | 100001 |
Color Harmonies of #3C6B6C
Complementary color
Monochromatic Colors of #3C6B6C
Black with #3C6B6C
Text Example
Text Example
White with #3C6B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6B6C; }
p { color: rgb(60,107,108); }
H1.HeaderClassName
{
color: #3C6B6C;
}
.AnyTagClassName
{
color: #3C6B6C;
}
</style>
background-color css
<style>
a { background-color: #3C6B6C; }
a { background-color: rgb(60,107,108); }
div.DivClassName
{
background-color: #3C6B6C;
}
.BgClassName
{
background-color: #3C6B6C;
}
</style>
border-color css
<style>
span { border-color: #3C6B6C; }
span { border-color: rgb(60,107,108); }
td.TdClassName
{
border-color: #3C6B6C;
}
.TagClassName
{
border-color: #3C6B6C;
}
</style>