Shades of Mamba #6F607C
Tints of Mamba #6F607C
RGB
CMYK
RGB Variations
Color information
#6F607C (or 0x6F607C) is known color: Mamba. HEX triplet: 6F, 60 and 7C. RGB value is (111,96,124). Sum of RGB (Red+Green+Blue) = 111+96+124=331 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.53% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F607C is #909F83. Grayscale: #676767. Windows color (decimal): -9478020 or 8151151. OLE color: 8151151.
HSL color Cylindrical-coordinate representation of color #6F607C: hue angle of 272.14º 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 #6F607C is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 96 | 124 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.51 |
| HSL | 272.14º | 0.13% | 0.43% | - |
| HSV(B) | 272.14º | 0.23% | 0.49% | - |
| XYZ | 14.38 | 13.2 | 20.86 | - |
| YUV | 103.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 124 | 0.10 | 0.23 | 0 | 0.51 | 272.14 | 0.13 | 0.43 |
| Hex | 6F | 60 | 7C | A | 17 | 0 | 33 | 110 | D | 2B |
| Octal | 157 | 140 | 174 | 12 | 27 | 0 | 63 | 420 | 15 | 53 |
| Binary | 1101111 | 1100000 | 1111100 | 1010 | 10111 | 0 | 110011 | 100010000 | 1101 | 101011 |
Color Harmonies of #6F607C
Complementary color
Monochromatic Colors of #6F607C
Black with #6F607C
Text Example
Text Example
White with #6F607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F607C; }
p { color: rgb(111,96,124); }
H1.HeaderClassName
{
color: #6F607C;
}
.AnyTagClassName
{
color: #6F607C;
}
</style>
background-color css
<style>
a { background-color: #6F607C; }
a { background-color: rgb(111,96,124); }
div.DivClassName
{
background-color: #6F607C;
}
.BgClassName
{
background-color: #6F607C;
}
</style>
border-color css
<style>
span { border-color: #6F607C; }
span { border-color: rgb(111,96,124); }
td.TdClassName
{
border-color: #6F607C;
}
.TagClassName
{
border-color: #6F607C;
}
</style>