Shades of Mamba #6F607B
Tints of Mamba #6F607B
RGB
CMYK
RGB Variations
Color information
#6F607B (or 0x6F607B) is known color: Mamba. HEX triplet: 6F, 60 and 7B. RGB value is (111,96,123). Sum of RGB (Red+Green+Blue) = 111+96+123=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F607B is #909F84. Grayscale: #676767. Windows color (decimal): -9478021 or 8085615. OLE color: 8085615.
HSL color Cylindrical-coordinate representation of color #6F607B: hue angle of 273.33º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F607B is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 96 | 123 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.52 |
| HSL | 273.33º | 0.12% | 0.43% | - |
| HSV(B) | 273.33º | 0.22% | 0.48% | - |
| XYZ | 14.31 | 13.18 | 20.53 | - |
| YUV | 103.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 123 | 0.10 | 0.22 | 0 | 0.52 | 273.33 | 0.12 | 0.43 |
| Hex | 6F | 60 | 7B | A | 16 | 0 | 34 | 111 | C | 2B |
| Octal | 157 | 140 | 173 | 12 | 26 | 0 | 64 | 421 | 14 | 53 |
| Binary | 1101111 | 1100000 | 1111011 | 1010 | 10110 | 0 | 110100 | 100010001 | 1100 | 101011 |
Color Harmonies of #6F607B
Complementary color
Monochromatic Colors of #6F607B
Black with #6F607B
Text Example
Text Example
White with #6F607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F607B; }
p { color: rgb(111,96,123); }
H1.HeaderClassName
{
color: #6F607B;
}
.AnyTagClassName
{
color: #6F607B;
}
</style>
background-color css
<style>
a { background-color: #6F607B; }
a { background-color: rgb(111,96,123); }
div.DivClassName
{
background-color: #6F607B;
}
.BgClassName
{
background-color: #6F607B;
}
</style>
border-color css
<style>
span { border-color: #6F607B; }
span { border-color: rgb(111,96,123); }
td.TdClassName
{
border-color: #6F607B;
}
.TagClassName
{
border-color: #6F607B;
}
</style>