Shades of Axolotl #6E7769
Tints of Axolotl #6E7769
RGB
CMYK
RGB Variations
Color information
#6E7769 (or 0x6E7769) is known color: Axolotl. HEX triplet: 6E, 77 and 69. RGB value is (110,119,105). Sum of RGB (Red+Green+Blue) = 110+119+105=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 119 - color contains mainly: green. Hex color #6E7769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7769 is #918896. Grayscale: #727272. Windows color (decimal): -9537687 or 6911854. OLE color: 6911854.
HSL color Cylindrical-coordinate representation of color #6E7769: hue angle of 98.57º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6E7769 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 119 | 105 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.53 |
| HSL | 98.57º | 0.06% | 0.44% | - |
| HSV(B) | 98.57º | 0.12% | 0.47% | - |
| XYZ | 15.58 | 17.53 | 15.93 | - |
| YUV | 114.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 105 | 0.08 | 0 | 0.12 | 0.53 | 98.57 | 0.06 | 0.44 |
| Hex | 6E | 77 | 69 | 8 | 0 | C | 35 | 63 | 6 | 2C |
| Octal | 156 | 167 | 151 | 10 | 0 | 14 | 65 | 143 | 6 | 54 |
| Binary | 1101110 | 1110111 | 1101001 | 1000 | 0 | 1100 | 110101 | 1100011 | 110 | 101100 |
Color Harmonies of #6E7769
Complementary color
Monochromatic Colors of #6E7769
Black with #6E7769
Text Example
Text Example
White with #6E7769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7769; }
p { color: rgb(110,119,105); }
H1.HeaderClassName
{
color: #6E7769;
}
.AnyTagClassName
{
color: #6E7769;
}
</style>
background-color css
<style>
a { background-color: #6E7769; }
a { background-color: rgb(110,119,105); }
div.DivClassName
{
background-color: #6E7769;
}
.BgClassName
{
background-color: #6E7769;
}
</style>
border-color css
<style>
span { border-color: #6E7769; }
span { border-color: rgb(110,119,105); }
td.TdClassName
{
border-color: #6E7769;
}
.TagClassName
{
border-color: #6E7769;
}
</style>