Shades of Axolotl #6E746B
Tints of Axolotl #6E746B
RGB
CMYK
RGB Variations
Color information
#6E746B (or 0x6E746B) is known color: Axolotl. HEX triplet: 6E, 74 and 6B. RGB value is (110,116,107). Sum of RGB (Red+Green+Blue) = 110+116+107=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 116 - color contains mainly: green. Hex color #6E746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E746B is #918B94. Grayscale: #717171. Windows color (decimal): -9538453 or 7042158. OLE color: 7042158.
HSL color Cylindrical-coordinate representation of color #6E746B: hue angle of 100º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6E746B is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 116 | 107 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.55 |
| HSL | 100º | 0.04% | 0.44% | - |
| HSV(B) | 100º | 0.08% | 0.45% | - |
| XYZ | 15.33 | 16.87 | 16.36 | - |
| YUV | 113.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 116 | 107 | 0.05 | 0 | 0.08 | 0.55 | 100 | 0.04 | 0.44 |
| Hex | 6E | 74 | 6B | 5 | 0 | 8 | 37 | 64 | 4 | 2C |
| Octal | 156 | 164 | 153 | 5 | 0 | 10 | 67 | 144 | 4 | 54 |
| Binary | 1101110 | 1110100 | 1101011 | 101 | 0 | 1000 | 110111 | 1100100 | 100 | 101100 |
Color Harmonies of #6E746B
Complementary color
Monochromatic Colors of #6E746B
Black with #6E746B
Text Example
Text Example
White with #6E746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E746B; }
p { color: rgb(110,116,107); }
H1.HeaderClassName
{
color: #6E746B;
}
.AnyTagClassName
{
color: #6E746B;
}
</style>
background-color css
<style>
a { background-color: #6E746B; }
a { background-color: rgb(110,116,107); }
div.DivClassName
{
background-color: #6E746B;
}
.BgClassName
{
background-color: #6E746B;
}
</style>
border-color css
<style>
span { border-color: #6E746B; }
span { border-color: rgb(110,116,107); }
td.TdClassName
{
border-color: #6E746B;
}
.TagClassName
{
border-color: #6E746B;
}
</style>