Shades of Axolotl #6A7E63
Tints of Axolotl #6A7E63
RGB
CMYK
RGB Variations
Color information
#6A7E63 (or 0x6A7E63) is known color: Axolotl. HEX triplet: 6A, 7E and 63. RGB value is (106,126,99). Sum of RGB (Red+Green+Blue) = 106+126+99=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 126 - color contains mainly: green. Hex color #6A7E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7E63 is #95819C. Grayscale: #757575. Windows color (decimal): -9798045 or 6520426. OLE color: 6520426.
HSL color Cylindrical-coordinate representation of color #6A7E63: hue angle of 104.44º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A7E63 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 126 | 99 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.51 |
| HSL | 104.44º | 0.12% | 0.44% | - |
| HSV(B) | 104.44º | 0.21% | 0.49% | - |
| XYZ | 15.66 | 18.89 | 14.62 | - |
| YUV | 116.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 126 | 99 | 0.16 | 0 | 0.21 | 0.51 | 104.44 | 0.12 | 0.44 |
| Hex | 6A | 7E | 63 | 10 | 0 | 15 | 33 | 68 | C | 2C |
| Octal | 152 | 176 | 143 | 20 | 0 | 25 | 63 | 150 | 14 | 54 |
| Binary | 1101010 | 1111110 | 1100011 | 10000 | 0 | 10101 | 110011 | 1101000 | 1100 | 101100 |
Color Harmonies of #6A7E63
Complementary color
Monochromatic Colors of #6A7E63
Black with #6A7E63
Text Example
Text Example
White with #6A7E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7E63; }
p { color: rgb(106,126,99); }
H1.HeaderClassName
{
color: #6A7E63;
}
.AnyTagClassName
{
color: #6A7E63;
}
</style>
background-color css
<style>
a { background-color: #6A7E63; }
a { background-color: rgb(106,126,99); }
div.DivClassName
{
background-color: #6A7E63;
}
.BgClassName
{
background-color: #6A7E63;
}
</style>
border-color css
<style>
span { border-color: #6A7E63; }
span { border-color: rgb(106,126,99); }
td.TdClassName
{
border-color: #6A7E63;
}
.TagClassName
{
border-color: #6A7E63;
}
</style>