Shades of Mamba #6F627D
Tints of Mamba #6F627D
RGB
CMYK
RGB Variations
Color information
#6F627D (or 0x6F627D) is known color: Mamba. HEX triplet: 6F, 62 and 7D. RGB value is (111,98,125). Sum of RGB (Red+Green+Blue) = 111+98+125=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F627D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F627D is #909D82. Grayscale: #686868. Windows color (decimal): -9477507 or 8217199. OLE color: 8217199.
HSL color Cylindrical-coordinate representation of color #6F627D: hue angle of 268.89º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F627D is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 98 | 125 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.51 |
| HSL | 268.89º | 0.12% | 0.44% | - |
| HSV(B) | 268.89º | 0.22% | 0.49% | - |
| XYZ | 14.62 | 13.6 | 21.26 | - |
| YUV | 104.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 125 | 0.11 | 0.22 | 0 | 0.51 | 268.89 | 0.12 | 0.44 |
| Hex | 6F | 62 | 7D | B | 16 | 0 | 33 | 10D | C | 2C |
| Octal | 157 | 142 | 175 | 13 | 26 | 0 | 63 | 415 | 14 | 54 |
| Binary | 1101111 | 1100010 | 1111101 | 1011 | 10110 | 0 | 110011 | 100001101 | 1100 | 101100 |
Color Harmonies of #6F627D
Complementary color
Monochromatic Colors of #6F627D
Black with #6F627D
Text Example
Text Example
White with #6F627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F627D; }
p { color: rgb(111,98,125); }
H1.HeaderClassName
{
color: #6F627D;
}
.AnyTagClassName
{
color: #6F627D;
}
</style>
background-color css
<style>
a { background-color: #6F627D; }
a { background-color: rgb(111,98,125); }
div.DivClassName
{
background-color: #6F627D;
}
.BgClassName
{
background-color: #6F627D;
}
</style>
border-color css
<style>
span { border-color: #6F627D; }
span { border-color: rgb(111,98,125); }
td.TdClassName
{
border-color: #6F627D;
}
.TagClassName
{
border-color: #6F627D;
}
</style>