Shades of Mamba #6F607D
Tints of Mamba #6F607D
RGB
CMYK
RGB Variations
Color information
#6F607D (or 0x6F607D) is known color: Mamba. HEX triplet: 6F, 60 and 7D. RGB value is (111,96,125). Sum of RGB (Red+Green+Blue) = 111+96+125=332 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.43% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F607D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F607D is #909F82. Grayscale: #676767. Windows color (decimal): -9478019 or 8216687. OLE color: 8216687.
HSL color Cylindrical-coordinate representation of color #6F607D: hue angle of 271.03º 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 #6F607D is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 96 | 125 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.51 |
| HSL | 271.03º | 0.13% | 0.43% | - |
| HSV(B) | 271.03º | 0.23% | 0.49% | - |
| XYZ | 14.44 | 13.23 | 21.19 | - |
| YUV | 103.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 125 | 0.11 | 0.23 | 0 | 0.51 | 271.03 | 0.13 | 0.43 |
| Hex | 6F | 60 | 7D | B | 17 | 0 | 33 | 10F | D | 2B |
| Octal | 157 | 140 | 175 | 13 | 27 | 0 | 63 | 417 | 15 | 53 |
| Binary | 1101111 | 1100000 | 1111101 | 1011 | 10111 | 0 | 110011 | 100001111 | 1101 | 101011 |
Color Harmonies of #6F607D
Complementary color
Monochromatic Colors of #6F607D
Black with #6F607D
Text Example
Text Example
White with #6F607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F607D; }
p { color: rgb(111,96,125); }
H1.HeaderClassName
{
color: #6F607D;
}
.AnyTagClassName
{
color: #6F607D;
}
</style>
background-color css
<style>
a { background-color: #6F607D; }
a { background-color: rgb(111,96,125); }
div.DivClassName
{
background-color: #6F607D;
}
.BgClassName
{
background-color: #6F607D;
}
</style>
border-color css
<style>
span { border-color: #6F607D; }
span { border-color: rgb(111,96,125); }
td.TdClassName
{
border-color: #6F607D;
}
.TagClassName
{
border-color: #6F607D;
}
</style>