Shades of Mamba #6F637B
Tints of Mamba #6F637B
RGB
CMYK
RGB Variations
Color information
#6F637B (or 0x6F637B) is known color: Mamba. HEX triplet: 6F, 63 and 7B. RGB value is (111,99,123). Sum of RGB (Red+Green+Blue) = 111+99+123=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F637B is #909C84. Grayscale: #696969. Windows color (decimal): -9477253 or 8086383. OLE color: 8086383.
HSL color Cylindrical-coordinate representation of color #6F637B: hue angle of 270º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F637B is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 99 | 123 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.52 |
| HSL | 270º | 0.11% | 0.44% | - |
| HSV(B) | 270º | 0.2% | 0.48% | - |
| XYZ | 14.59 | 13.73 | 20.62 | - |
| YUV | 105.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 123 | 0.10 | 0.20 | 0 | 0.52 | 270 | 0.11 | 0.44 |
| Hex | 6F | 63 | 7B | A | 14 | 0 | 34 | 10E | B | 2C |
| Octal | 157 | 143 | 173 | 12 | 24 | 0 | 64 | 416 | 13 | 54 |
| Binary | 1101111 | 1100011 | 1111011 | 1010 | 10100 | 0 | 110100 | 100001110 | 1011 | 101100 |
Color Harmonies of #6F637B
Complementary color
Monochromatic Colors of #6F637B
Black with #6F637B
Text Example
Text Example
White with #6F637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F637B; }
p { color: rgb(111,99,123); }
H1.HeaderClassName
{
color: #6F637B;
}
.AnyTagClassName
{
color: #6F637B;
}
</style>
background-color css
<style>
a { background-color: #6F637B; }
a { background-color: rgb(111,99,123); }
div.DivClassName
{
background-color: #6F637B;
}
.BgClassName
{
background-color: #6F637B;
}
</style>
border-color css
<style>
span { border-color: #6F637B; }
span { border-color: rgb(111,99,123); }
td.TdClassName
{
border-color: #6F637B;
}
.TagClassName
{
border-color: #6F637B;
}
</style>