Shades of Mamba #6F647D
Tints of Mamba #6F647D
RGB
CMYK
RGB Variations
Color information
#6F647D (or 0x6F647D) is known color: Mamba. HEX triplet: 6F, 64 and 7D. RGB value is (111,100,125). Sum of RGB (Red+Green+Blue) = 111+100+125=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F647D is #909B82. Grayscale: #6A6A6A. Windows color (decimal): -9476995 or 8217711. OLE color: 8217711.
HSL color Cylindrical-coordinate representation of color #6F647D: hue angle of 266.4º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F647D is Cyan = 0.11, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 100 | 125 | - |
| CMYK | 0.11 | 0.2 | 0 | 0.51 |
| HSL | 266.4º | 0.11% | 0.44% | - |
| HSV(B) | 266.4º | 0.2% | 0.49% | - |
| XYZ | 14.81 | 13.97 | 21.32 | - |
| YUV | 106.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 125 | 0.11 | 0.2 | 0 | 0.51 | 266.4 | 0.11 | 0.44 |
| Hex | 6F | 64 | 7D | B | 14 | 0 | 33 | 10A | B | 2C |
| Octal | 157 | 144 | 175 | 13 | 24 | 0 | 63 | 412 | 13 | 54 |
| Binary | 1101111 | 1100100 | 1111101 | 1011 | 10100 | 0 | 110011 | 100001010 | 1011 | 101100 |
Color Harmonies of #6F647D
Complementary color
Monochromatic Colors of #6F647D
Black with #6F647D
Text Example
Text Example
White with #6F647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F647D; }
p { color: rgb(111,100,125); }
H1.HeaderClassName
{
color: #6F647D;
}
.AnyTagClassName
{
color: #6F647D;
}
</style>
background-color css
<style>
a { background-color: #6F647D; }
a { background-color: rgb(111,100,125); }
div.DivClassName
{
background-color: #6F647D;
}
.BgClassName
{
background-color: #6F647D;
}
</style>
border-color css
<style>
span { border-color: #6F647D; }
span { border-color: rgb(111,100,125); }
td.TdClassName
{
border-color: #6F647D;
}
.TagClassName
{
border-color: #6F647D;
}
</style>