Shades of Mamba #6F6477
Tints of Mamba #6F6477
RGB
CMYK
RGB Variations
Color information
#6F6477 (or 0x6F6477) is known color: Mamba. HEX triplet: 6F, 64 and 77. RGB value is (111,100,119). Sum of RGB (Red+Green+Blue) = 111+100+119=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 119 - color contains mainly: blue. Hex color #6F6477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6477 is #909B88. Grayscale: #696969. Windows color (decimal): -9477001 or 7824495. OLE color: 7824495.
HSL color Cylindrical-coordinate representation of color #6F6477: hue angle of 274.74º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F6477 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 100 | 119 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.53 |
| HSL | 274.74º | 0.09% | 0.43% | - |
| HSV(B) | 274.74º | 0.16% | 0.47% | - |
| XYZ | 14.44 | 13.83 | 19.36 | - |
| YUV | 105.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 100 | 119 | 0.07 | 0.16 | 0 | 0.53 | 274.74 | 0.09 | 0.43 |
| Hex | 6F | 64 | 77 | 7 | 10 | 0 | 35 | 113 | 9 | 2B |
| Octal | 157 | 144 | 167 | 7 | 20 | 0 | 65 | 423 | 11 | 53 |
| Binary | 1101111 | 1100100 | 1110111 | 111 | 10000 | 0 | 110101 | 100010011 | 1001 | 101011 |
Color Harmonies of #6F6477
Complementary color
Monochromatic Colors of #6F6477
Black with #6F6477
Text Example
Text Example
White with #6F6477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6477; }
p { color: rgb(111,100,119); }
H1.HeaderClassName
{
color: #6F6477;
}
.AnyTagClassName
{
color: #6F6477;
}
</style>
background-color css
<style>
a { background-color: #6F6477; }
a { background-color: rgb(111,100,119); }
div.DivClassName
{
background-color: #6F6477;
}
.BgClassName
{
background-color: #6F6477;
}
</style>
border-color css
<style>
span { border-color: #6F6477; }
span { border-color: rgb(111,100,119); }
td.TdClassName
{
border-color: #6F6477;
}
.TagClassName
{
border-color: #6F6477;
}
</style>