Shades of Mamba #6E607C
Tints of Mamba #6E607C
RGB
CMYK
RGB Variations
Color information
#6E607C (or 0x6E607C) is known color: Mamba. HEX triplet: 6E, 60 and 7C. RGB value is (110,96,124). Sum of RGB (Red+Green+Blue) = 110+96+124=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E607C is #919F83. Grayscale: #676767. Windows color (decimal): -9543556 or 8151150. OLE color: 8151150.
HSL color Cylindrical-coordinate representation of color #6E607C: hue angle of 270º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E607C is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 96 | 124 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.51 |
| HSL | 270º | 0.13% | 0.43% | - |
| HSV(B) | 270º | 0.23% | 0.49% | - |
| XYZ | 14.25 | 13.14 | 20.85 | - |
| YUV | 103.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 124 | 0.11 | 0.23 | 0 | 0.51 | 270 | 0.13 | 0.43 |
| Hex | 6E | 60 | 7C | B | 17 | 0 | 33 | 10E | D | 2B |
| Octal | 156 | 140 | 174 | 13 | 27 | 0 | 63 | 416 | 15 | 53 |
| Binary | 1101110 | 1100000 | 1111100 | 1011 | 10111 | 0 | 110011 | 100001110 | 1101 | 101011 |
Color Harmonies of #6E607C
Complementary color
Monochromatic Colors of #6E607C
Black with #6E607C
Text Example
Text Example
White with #6E607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E607C; }
p { color: rgb(110,96,124); }
H1.HeaderClassName
{
color: #6E607C;
}
.AnyTagClassName
{
color: #6E607C;
}
</style>
background-color css
<style>
a { background-color: #6E607C; }
a { background-color: rgb(110,96,124); }
div.DivClassName
{
background-color: #6E607C;
}
.BgClassName
{
background-color: #6E607C;
}
</style>
border-color css
<style>
span { border-color: #6E607C; }
span { border-color: rgb(110,96,124); }
td.TdClassName
{
border-color: #6E607C;
}
.TagClassName
{
border-color: #6E607C;
}
</style>