Shades of Axolotl #6D7868
Tints of Axolotl #6D7868
RGB
CMYK
RGB Variations
Color information
#6D7868 (or 0x6D7868) is known color: Axolotl. HEX triplet: 6D, 78 and 68. RGB value is (109,120,104). Sum of RGB (Red+Green+Blue) = 109+120+104=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 120 - color contains mainly: green. Hex color #6D7868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7868 is #928797. Grayscale: #727272. Windows color (decimal): -9602968 or 6846573. OLE color: 6846573.
HSL color Cylindrical-coordinate representation of color #6D7868: hue angle of 101.25º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D7868 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 120 | 104 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.53 |
| HSL | 101.25º | 0.07% | 0.44% | - |
| HSV(B) | 101.25º | 0.13% | 0.47% | - |
| XYZ | 15.52 | 17.68 | 15.69 | - |
| YUV | 114.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 120 | 104 | 0.09 | 0 | 0.13 | 0.53 | 101.25 | 0.07 | 0.44 |
| Hex | 6D | 78 | 68 | 9 | 0 | D | 35 | 65 | 7 | 2C |
| Octal | 155 | 170 | 150 | 11 | 0 | 15 | 65 | 145 | 7 | 54 |
| Binary | 1101101 | 1111000 | 1101000 | 1001 | 0 | 1101 | 110101 | 1100101 | 111 | 101100 |
Color Harmonies of #6D7868
Complementary color
Monochromatic Colors of #6D7868
Black with #6D7868
Text Example
Text Example
White with #6D7868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7868; }
p { color: rgb(109,120,104); }
H1.HeaderClassName
{
color: #6D7868;
}
.AnyTagClassName
{
color: #6D7868;
}
</style>
background-color css
<style>
a { background-color: #6D7868; }
a { background-color: rgb(109,120,104); }
div.DivClassName
{
background-color: #6D7868;
}
.BgClassName
{
background-color: #6D7868;
}
</style>
border-color css
<style>
span { border-color: #6D7868; }
span { border-color: rgb(109,120,104); }
td.TdClassName
{
border-color: #6D7868;
}
.TagClassName
{
border-color: #6D7868;
}
</style>