Shades of Mamba #6F6579
Tints of Mamba #6F6579
RGB
CMYK
RGB Variations
Color information
#6F6579 (or 0x6F6579) is known color: Mamba. HEX triplet: 6F, 65 and 79. RGB value is (111,101,121). Sum of RGB (Red+Green+Blue) = 111+101+121=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 121 - color contains mainly: blue. Hex color #6F6579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6579 is #909A86. Grayscale: #6A6A6A. Windows color (decimal): -9476743 or 7955823. OLE color: 7955823.
HSL color Cylindrical-coordinate representation of color #6F6579: hue angle of 270º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F6579 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 101 | 121 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.53 |
| HSL | 270º | 0.09% | 0.44% | - |
| HSV(B) | 270º | 0.17% | 0.47% | - |
| XYZ | 14.66 | 14.07 | 20.03 | - |
| YUV | 106.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 121 | 0.08 | 0.17 | 0 | 0.53 | 270 | 0.09 | 0.44 |
| Hex | 6F | 65 | 79 | 8 | 11 | 0 | 35 | 10E | 9 | 2C |
| Octal | 157 | 145 | 171 | 10 | 21 | 0 | 65 | 416 | 11 | 54 |
| Binary | 1101111 | 1100101 | 1111001 | 1000 | 10001 | 0 | 110101 | 100001110 | 1001 | 101100 |
Color Harmonies of #6F6579
Complementary color
Monochromatic Colors of #6F6579
Black with #6F6579
Text Example
Text Example
White with #6F6579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6579; }
p { color: rgb(111,101,121); }
H1.HeaderClassName
{
color: #6F6579;
}
.AnyTagClassName
{
color: #6F6579;
}
</style>
background-color css
<style>
a { background-color: #6F6579; }
a { background-color: rgb(111,101,121); }
div.DivClassName
{
background-color: #6F6579;
}
.BgClassName
{
background-color: #6F6579;
}
</style>
border-color css
<style>
span { border-color: #6F6579; }
span { border-color: rgb(111,101,121); }
td.TdClassName
{
border-color: #6F6579;
}
.TagClassName
{
border-color: #6F6579;
}
</style>