Shades of Mamba #6F5D7D
Tints of Mamba #6F5D7D
RGB
CMYK
RGB Variations
Color information
#6F5D7D (or 0x6F5D7D) is known color: Mamba. HEX triplet: 6F, 5D and 7D. RGB value is (111,93,125). Sum of RGB (Red+Green+Blue) = 111+93+125=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F5D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5D7D is #90A282. Grayscale: #656565. Windows color (decimal): -9478787 or 8215919. OLE color: 8215919.
HSL color Cylindrical-coordinate representation of color #6F5D7D: hue angle of 273.75º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F5D7D is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 93 | 125 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.51 |
| HSL | 273.75º | 0.15% | 0.43% | - |
| HSV(B) | 273.75º | 0.26% | 0.49% | - |
| XYZ | 14.17 | 12.69 | 21.1 | - |
| YUV | 102.03 | 140.96 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 93 | 125 | 0.11 | 0.26 | 0 | 0.51 | 273.75 | 0.15 | 0.43 |
| Hex | 6F | 5D | 7D | B | 1A | 0 | 33 | 112 | F | 2B |
| Octal | 157 | 135 | 175 | 13 | 32 | 0 | 63 | 422 | 17 | 53 |
| Binary | 1101111 | 1011101 | 1111101 | 1011 | 11010 | 0 | 110011 | 100010010 | 1111 | 101011 |
Color Harmonies of #6F5D7D
Complementary color
Monochromatic Colors of #6F5D7D
Black with #6F5D7D
Text Example
Text Example
White with #6F5D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5D7D; }
p { color: rgb(111,93,125); }
H1.HeaderClassName
{
color: #6F5D7D;
}
.AnyTagClassName
{
color: #6F5D7D;
}
</style>
background-color css
<style>
a { background-color: #6F5D7D; }
a { background-color: rgb(111,93,125); }
div.DivClassName
{
background-color: #6F5D7D;
}
.BgClassName
{
background-color: #6F5D7D;
}
</style>
border-color css
<style>
span { border-color: #6F5D7D; }
span { border-color: rgb(111,93,125); }
td.TdClassName
{
border-color: #6F5D7D;
}
.TagClassName
{
border-color: #6F5D7D;
}
</style>