Shades of Mamba #6F627B
Tints of Mamba #6F627B
RGB
CMYK
RGB Variations
Color information
#6F627B (or 0x6F627B) is known color: Mamba. HEX triplet: 6F, 62 and 7B. RGB value is (111,98,123). Sum of RGB (Red+Green+Blue) = 111+98+123=332 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.43% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F627B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F627B is #909D84. Grayscale: #686868. Windows color (decimal): -9477509 or 8086127. OLE color: 8086127.
HSL color Cylindrical-coordinate representation of color #6F627B: hue angle of 271.2º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F627B is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 98 | 123 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.52 |
| HSL | 271.2º | 0.11% | 0.43% | - |
| HSV(B) | 271.2º | 0.2% | 0.48% | - |
| XYZ | 14.5 | 13.54 | 20.59 | - |
| YUV | 104.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 123 | 0.10 | 0.20 | 0 | 0.52 | 271.2 | 0.11 | 0.43 |
| Hex | 6F | 62 | 7B | A | 14 | 0 | 34 | 10F | B | 2B |
| Octal | 157 | 142 | 173 | 12 | 24 | 0 | 64 | 417 | 13 | 53 |
| Binary | 1101111 | 1100010 | 1111011 | 1010 | 10100 | 0 | 110100 | 100001111 | 1011 | 101011 |
Color Harmonies of #6F627B
Complementary color
Monochromatic Colors of #6F627B
Black with #6F627B
Text Example
Text Example
White with #6F627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F627B; }
p { color: rgb(111,98,123); }
H1.HeaderClassName
{
color: #6F627B;
}
.AnyTagClassName
{
color: #6F627B;
}
</style>
background-color css
<style>
a { background-color: #6F627B; }
a { background-color: rgb(111,98,123); }
div.DivClassName
{
background-color: #6F627B;
}
.BgClassName
{
background-color: #6F627B;
}
</style>
border-color css
<style>
span { border-color: #6F627B; }
span { border-color: rgb(111,98,123); }
td.TdClassName
{
border-color: #6F627B;
}
.TagClassName
{
border-color: #6F627B;
}
</style>