Shades of Axolotl #6A7C64
Tints of Axolotl #6A7C64
RGB
CMYK
RGB Variations
Color information
#6A7C64 (or 0x6A7C64) is known color: Axolotl. HEX triplet: 6A, 7C and 64. RGB value is (106,124,100). Sum of RGB (Red+Green+Blue) = 106+124+100=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 124 - color contains mainly: green. Hex color #6A7C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7C64 is #95839B. Grayscale: #737373. Windows color (decimal): -9798556 or 6585450. OLE color: 6585450.
HSL color Cylindrical-coordinate representation of color #6A7C64: hue angle of 105º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6A7C64 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 124 | 100 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.51 |
| HSL | 105º | 0.11% | 0.44% | - |
| HSV(B) | 105º | 0.19% | 0.49% | - |
| XYZ | 15.45 | 18.4 | 14.79 | - |
| YUV | 115.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 124 | 100 | 0.15 | 0 | 0.19 | 0.51 | 105 | 0.11 | 0.44 |
| Hex | 6A | 7C | 64 | F | 0 | 13 | 33 | 69 | B | 2C |
| Octal | 152 | 174 | 144 | 17 | 0 | 23 | 63 | 151 | 13 | 54 |
| Binary | 1101010 | 1111100 | 1100100 | 1111 | 0 | 10011 | 110011 | 1101001 | 1011 | 101100 |
Color Harmonies of #6A7C64
Complementary color
Monochromatic Colors of #6A7C64
Black with #6A7C64
Text Example
Text Example
White with #6A7C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7C64; }
p { color: rgb(106,124,100); }
H1.HeaderClassName
{
color: #6A7C64;
}
.AnyTagClassName
{
color: #6A7C64;
}
</style>
background-color css
<style>
a { background-color: #6A7C64; }
a { background-color: rgb(106,124,100); }
div.DivClassName
{
background-color: #6A7C64;
}
.BgClassName
{
background-color: #6A7C64;
}
</style>
border-color css
<style>
span { border-color: #6A7C64; }
span { border-color: rgb(106,124,100); }
td.TdClassName
{
border-color: #6A7C64;
}
.TagClassName
{
border-color: #6A7C64;
}
</style>