Shades of Axolotl #6D7769
Tints of Axolotl #6D7769
RGB
CMYK
RGB Variations
Color information
#6D7769 (or 0x6D7769) is known color: Axolotl. HEX triplet: 6D, 77 and 69. RGB value is (109,119,105). Sum of RGB (Red+Green+Blue) = 109+119+105=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 119 - color contains mainly: green. Hex color #6D7769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7769 is #928896. Grayscale: #727272. Windows color (decimal): -9603223 or 6911853. OLE color: 6911853.
HSL color Cylindrical-coordinate representation of color #6D7769: hue angle of 102.86º 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 #6D7769 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 119 | 105 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.53 |
| HSL | 102.86º | 0.06% | 0.44% | - |
| HSV(B) | 102.86º | 0.12% | 0.47% | - |
| XYZ | 15.45 | 17.46 | 15.92 | - |
| YUV | 114.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 119 | 105 | 0.08 | 0 | 0.12 | 0.53 | 102.86 | 0.06 | 0.44 |
| Hex | 6D | 77 | 69 | 8 | 0 | C | 35 | 67 | 6 | 2C |
| Octal | 155 | 167 | 151 | 10 | 0 | 14 | 65 | 147 | 6 | 54 |
| Binary | 1101101 | 1110111 | 1101001 | 1000 | 0 | 1100 | 110101 | 1100111 | 110 | 101100 |
Color Harmonies of #6D7769
Complementary color
Monochromatic Colors of #6D7769
Black with #6D7769
Text Example
Text Example
White with #6D7769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7769; }
p { color: rgb(109,119,105); }
H1.HeaderClassName
{
color: #6D7769;
}
.AnyTagClassName
{
color: #6D7769;
}
</style>
background-color css
<style>
a { background-color: #6D7769; }
a { background-color: rgb(109,119,105); }
div.DivClassName
{
background-color: #6D7769;
}
.BgClassName
{
background-color: #6D7769;
}
</style>
border-color css
<style>
span { border-color: #6D7769; }
span { border-color: rgb(109,119,105); }
td.TdClassName
{
border-color: #6D7769;
}
.TagClassName
{
border-color: #6D7769;
}
</style>