Shades of Mamba #6F647A
Tints of Mamba #6F647A
RGB
CMYK
RGB Variations
Color information
#6F647A (or 0x6F647A) is known color: Mamba. HEX triplet: 6F, 64 and 7A. RGB value is (111,100,122). Sum of RGB (Red+Green+Blue) = 111+100+122=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F647A is #909B85. Grayscale: #696969. Windows color (decimal): -9476998 or 8021103. OLE color: 8021103.
HSL color Cylindrical-coordinate representation of color #6F647A: hue angle of 270º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F647A is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 100 | 122 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.52 |
| HSL | 270º | 0.1% | 0.44% | - |
| HSV(B) | 270º | 0.18% | 0.48% | - |
| XYZ | 14.63 | 13.9 | 20.32 | - |
| YUV | 105.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 122 | 0.09 | 0.18 | 0 | 0.52 | 270 | 0.1 | 0.44 |
| Hex | 6F | 64 | 7A | 9 | 12 | 0 | 34 | 10E | A | 2C |
| Octal | 157 | 144 | 172 | 11 | 22 | 0 | 64 | 416 | 12 | 54 |
| Binary | 1101111 | 1100100 | 1111010 | 1001 | 10010 | 0 | 110100 | 100001110 | 1010 | 101100 |
Color Harmonies of #6F647A
Complementary color
Monochromatic Colors of #6F647A
Black with #6F647A
Text Example
Text Example
White with #6F647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F647A; }
p { color: rgb(111,100,122); }
H1.HeaderClassName
{
color: #6F647A;
}
.AnyTagClassName
{
color: #6F647A;
}
</style>
background-color css
<style>
a { background-color: #6F647A; }
a { background-color: rgb(111,100,122); }
div.DivClassName
{
background-color: #6F647A;
}
.BgClassName
{
background-color: #6F647A;
}
</style>
border-color css
<style>
span { border-color: #6F647A; }
span { border-color: rgb(111,100,122); }
td.TdClassName
{
border-color: #6F647A;
}
.TagClassName
{
border-color: #6F647A;
}
</style>