Shades of Ming #3F6B69
Tints of Ming #3F6B69
RGB
CMYK
RGB Variations
Color information
#3F6B69 (or 0x3F6B69) is known color: Ming. HEX triplet: 3F, 6B and 69. RGB value is (63,107,105). Sum of RGB (Red+Green+Blue) = 63+107+105=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 107 - color contains mainly: green. Hex color #3F6B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6B69 is #C09496. Grayscale: #5D5D5D. Windows color (decimal): -12620951 or 6908735. OLE color: 6908735.
HSL color Cylindrical-coordinate representation of color #3F6B69: hue angle of 177.27º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F6B69 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 107 | 105 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.58 |
| HSL | 177.27º | 0.26% | 0.33% | - |
| HSV(B) | 177.27º | 0.41% | 0.42% | - |
| XYZ | 9.86 | 12.59 | 15.28 | - |
| YUV | 93.62 | 134.42 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 107 | 105 | 0.41 | 0 | 0.02 | 0.58 | 177.27 | 0.26 | 0.33 |
| Hex | 3F | 6B | 69 | 29 | 0 | 2 | 3A | B1 | 1A | 21 |
| Octal | 77 | 153 | 151 | 51 | 0 | 2 | 72 | 261 | 32 | 41 |
| Binary | 111111 | 1101011 | 1101001 | 101001 | 0 | 10 | 111010 | 10110001 | 11010 | 100001 |
Color Harmonies of #3F6B69
Complementary color
Monochromatic Colors of #3F6B69
Black with #3F6B69
Text Example
Text Example
White with #3F6B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6B69; }
p { color: rgb(63,107,105); }
H1.HeaderClassName
{
color: #3F6B69;
}
.AnyTagClassName
{
color: #3F6B69;
}
</style>
background-color css
<style>
a { background-color: #3F6B69; }
a { background-color: rgb(63,107,105); }
div.DivClassName
{
background-color: #3F6B69;
}
.BgClassName
{
background-color: #3F6B69;
}
</style>
border-color css
<style>
span { border-color: #3F6B69; }
span { border-color: rgb(63,107,105); }
td.TdClassName
{
border-color: #3F6B69;
}
.TagClassName
{
border-color: #3F6B69;
}
</style>