Shades of Ming #3D6B6C
Tints of Ming #3D6B6C
RGB
CMYK
RGB Variations
Color information
#3D6B6C (or 0x3D6B6C) is known color: Ming. HEX triplet: 3D, 6B and 6C. RGB value is (61,107,108). Sum of RGB (Red+Green+Blue) = 61+107+108=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #3D6B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6B6C is #C29493. Grayscale: #5D5D5D. Windows color (decimal): -12752020 or 7105341. OLE color: 7105341.
HSL color Cylindrical-coordinate representation of color #3D6B6C: hue angle of 181.28º degrees, saturation: 0.28, 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 #3D6B6C is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 107 | 108 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.58 |
| HSL | 181.28º | 0.28% | 0.33% | - |
| HSV(B) | 181.28º | 0.44% | 0.42% | - |
| XYZ | 9.89 | 12.59 | 16.1 | - |
| YUV | 93.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 107 | 108 | 0.44 | 0.01 | 0 | 0.58 | 181.28 | 0.28 | 0.33 |
| Hex | 3D | 6B | 6C | 2C | 1 | 0 | 3A | B5 | 1C | 21 |
| Octal | 75 | 153 | 154 | 54 | 1 | 0 | 72 | 265 | 34 | 41 |
| Binary | 111101 | 1101011 | 1101100 | 101100 | 1 | 0 | 111010 | 10110101 | 11100 | 100001 |
Color Harmonies of #3D6B6C
Complementary color
Monochromatic Colors of #3D6B6C
Black with #3D6B6C
Text Example
Text Example
White with #3D6B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6B6C; }
p { color: rgb(61,107,108); }
H1.HeaderClassName
{
color: #3D6B6C;
}
.AnyTagClassName
{
color: #3D6B6C;
}
</style>
background-color css
<style>
a { background-color: #3D6B6C; }
a { background-color: rgb(61,107,108); }
div.DivClassName
{
background-color: #3D6B6C;
}
.BgClassName
{
background-color: #3D6B6C;
}
</style>
border-color css
<style>
span { border-color: #3D6B6C; }
span { border-color: rgb(61,107,108); }
td.TdClassName
{
border-color: #3D6B6C;
}
.TagClassName
{
border-color: #3D6B6C;
}
</style>