Shades of Axolotl #6B7666
Tints of Axolotl #6B7666
RGB
CMYK
RGB Variations
Color information
#6B7666 (or 0x6B7666) is known color: Axolotl. HEX triplet: 6B, 76 and 66. RGB value is (107,118,102). Sum of RGB (Red+Green+Blue) = 107+118+102=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 118 - color contains mainly: green. Hex color #6B7666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7666 is #948999. Grayscale: #707070. Windows color (decimal): -9734554 or 6714987. OLE color: 6714987.
HSL color Cylindrical-coordinate representation of color #6B7666: hue angle of 101.25º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B7666 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 118 | 102 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.54 |
| HSL | 101.25º | 0.07% | 0.43% | - |
| HSV(B) | 101.25º | 0.14% | 0.46% | - |
| XYZ | 14.94 | 17.04 | 15.07 | - |
| YUV | 112.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 102 | 0.09 | 0 | 0.14 | 0.54 | 101.25 | 0.07 | 0.43 |
| Hex | 6B | 76 | 66 | 9 | 0 | E | 36 | 65 | 7 | 2B |
| Octal | 153 | 166 | 146 | 11 | 0 | 16 | 66 | 145 | 7 | 53 |
| Binary | 1101011 | 1110110 | 1100110 | 1001 | 0 | 1110 | 110110 | 1100101 | 111 | 101011 |
Color Harmonies of #6B7666
Complementary color
Monochromatic Colors of #6B7666
Black with #6B7666
Text Example
Text Example
White with #6B7666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7666; }
p { color: rgb(107,118,102); }
H1.HeaderClassName
{
color: #6B7666;
}
.AnyTagClassName
{
color: #6B7666;
}
</style>
background-color css
<style>
a { background-color: #6B7666; }
a { background-color: rgb(107,118,102); }
div.DivClassName
{
background-color: #6B7666;
}
.BgClassName
{
background-color: #6B7666;
}
</style>
border-color css
<style>
span { border-color: #6B7666; }
span { border-color: rgb(107,118,102); }
td.TdClassName
{
border-color: #6B7666;
}
.TagClassName
{
border-color: #6B7666;
}
</style>