Shades of Mamba #6F5F7C
Tints of Mamba #6F5F7C
RGB
CMYK
RGB Variations
Color information
#6F5F7C (or 0x6F5F7C) is known color: Mamba. HEX triplet: 6F, 5F and 7C. RGB value is (111,95,124). Sum of RGB (Red+Green+Blue) = 111+95+124=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 95 (37.5% from 255 or 28.79% 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 #6F5F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5F7C is #90A083. Grayscale: #666666. Windows color (decimal): -9478276 or 8150895. OLE color: 8150895.
HSL color Cylindrical-coordinate representation of color #6F5F7C: hue angle of 273.1º 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 #6F5F7C is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 95 | 124 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.51 |
| HSL | 273.1º | 0.13% | 0.43% | - |
| HSV(B) | 273.1º | 0.23% | 0.49% | - |
| XYZ | 14.29 | 13.02 | 20.83 | - |
| YUV | 103.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 124 | 0.10 | 0.23 | 0 | 0.51 | 273.1 | 0.13 | 0.43 |
| Hex | 6F | 5F | 7C | A | 17 | 0 | 33 | 111 | D | 2B |
| Octal | 157 | 137 | 174 | 12 | 27 | 0 | 63 | 421 | 15 | 53 |
| Binary | 1101111 | 1011111 | 1111100 | 1010 | 10111 | 0 | 110011 | 100010001 | 1101 | 101011 |
Color Harmonies of #6F5F7C
Complementary color
Monochromatic Colors of #6F5F7C
Black with #6F5F7C
Text Example
Text Example
White with #6F5F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5F7C; }
p { color: rgb(111,95,124); }
H1.HeaderClassName
{
color: #6F5F7C;
}
.AnyTagClassName
{
color: #6F5F7C;
}
</style>
background-color css
<style>
a { background-color: #6F5F7C; }
a { background-color: rgb(111,95,124); }
div.DivClassName
{
background-color: #6F5F7C;
}
.BgClassName
{
background-color: #6F5F7C;
}
</style>
border-color css
<style>
span { border-color: #6F5F7C; }
span { border-color: rgb(111,95,124); }
td.TdClassName
{
border-color: #6F5F7C;
}
.TagClassName
{
border-color: #6F5F7C;
}
</style>