Shades of Ming #3F6F6D
Tints of Ming #3F6F6D
RGB
CMYK
RGB Variations
Color information
#3F6F6D (or 0x3F6F6D) is known color: Ming. HEX triplet: 3F, 6F and 6D. RGB value is (63,111,109). Sum of RGB (Red+Green+Blue) = 63+111+109=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 111 - color contains mainly: green. Hex color #3F6F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6F6D is #C09092. Grayscale: #606060. Windows color (decimal): -12619923 or 7171903. OLE color: 7171903.
HSL color Cylindrical-coordinate representation of color #3F6F6D: hue angle of 177.5º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F6F6D is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 111 | 109 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.56 |
| HSL | 177.5º | 0.28% | 0.34% | - |
| HSV(B) | 177.5º | 0.43% | 0.44% | - |
| XYZ | 10.49 | 13.53 | 16.53 | - |
| YUV | 96.42 | 135.1 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 111 | 109 | 0.43 | 0 | 0.02 | 0.56 | 177.5 | 0.28 | 0.34 |
| Hex | 3F | 6F | 6D | 2B | 0 | 2 | 38 | B2 | 1C | 22 |
| Octal | 77 | 157 | 155 | 53 | 0 | 2 | 70 | 262 | 34 | 42 |
| Binary | 111111 | 1101111 | 1101101 | 101011 | 0 | 10 | 111000 | 10110010 | 11100 | 100010 |
Color Harmonies of #3F6F6D
Complementary color
Monochromatic Colors of #3F6F6D
Black with #3F6F6D
Text Example
Text Example
White with #3F6F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6F6D; }
p { color: rgb(63,111,109); }
H1.HeaderClassName
{
color: #3F6F6D;
}
.AnyTagClassName
{
color: #3F6F6D;
}
</style>
background-color css
<style>
a { background-color: #3F6F6D; }
a { background-color: rgb(63,111,109); }
div.DivClassName
{
background-color: #3F6F6D;
}
.BgClassName
{
background-color: #3F6F6D;
}
</style>
border-color css
<style>
span { border-color: #3F6F6D; }
span { border-color: rgb(63,111,109); }
td.TdClassName
{
border-color: #3F6F6D;
}
.TagClassName
{
border-color: #3F6F6D;
}
</style>