Shades of Mamba #6F657B
Tints of Mamba #6F657B
RGB
CMYK
RGB Variations
Color information
#6F657B (or 0x6F657B) is known color: Mamba. HEX triplet: 6F, 65 and 7B. RGB value is (111,101,123). Sum of RGB (Red+Green+Blue) = 111+101+123=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F657B is #909A84. Grayscale: #6A6A6A. Windows color (decimal): -9476741 or 8086895. OLE color: 8086895.
HSL color Cylindrical-coordinate representation of color #6F657B: hue angle of 267.27º 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 #6F657B is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 101 | 123 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.52 |
| HSL | 267.27º | 0.1% | 0.44% | - |
| HSV(B) | 267.27º | 0.18% | 0.48% | - |
| XYZ | 14.78 | 14.12 | 20.68 | - |
| YUV | 106.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 123 | 0.10 | 0.18 | 0 | 0.52 | 267.27 | 0.1 | 0.44 |
| Hex | 6F | 65 | 7B | A | 12 | 0 | 34 | 10B | A | 2C |
| Octal | 157 | 145 | 173 | 12 | 22 | 0 | 64 | 413 | 12 | 54 |
| Binary | 1101111 | 1100101 | 1111011 | 1010 | 10010 | 0 | 110100 | 100001011 | 1010 | 101100 |
Color Harmonies of #6F657B
Complementary color
Monochromatic Colors of #6F657B
Black with #6F657B
Text Example
Text Example
White with #6F657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F657B; }
p { color: rgb(111,101,123); }
H1.HeaderClassName
{
color: #6F657B;
}
.AnyTagClassName
{
color: #6F657B;
}
</style>
background-color css
<style>
a { background-color: #6F657B; }
a { background-color: rgb(111,101,123); }
div.DivClassName
{
background-color: #6F657B;
}
.BgClassName
{
background-color: #6F657B;
}
</style>
border-color css
<style>
span { border-color: #6F657B; }
span { border-color: rgb(111,101,123); }
td.TdClassName
{
border-color: #6F657B;
}
.TagClassName
{
border-color: #6F657B;
}
</style>