Shades of Axolotl #6A7863
Tints of Axolotl #6A7863
RGB
CMYK
RGB Variations
Color information
#6A7863 (or 0x6A7863) is known color: Axolotl. HEX triplet: 6A, 78 and 63. RGB value is (106,120,99). Sum of RGB (Red+Green+Blue) = 106+120+99=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 120 - color contains mainly: green. Hex color #6A7863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7863 is #95879C. Grayscale: #717171. Windows color (decimal): -9799581 or 6518890. OLE color: 6518890.
HSL color Cylindrical-coordinate representation of color #6A7863: hue angle of 100º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A7863 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 120 | 99 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.53 |
| HSL | 100º | 0.1% | 0.43% | - |
| HSV(B) | 100º | 0.18% | 0.47% | - |
| XYZ | 14.91 | 17.4 | 14.38 | - |
| YUV | 113.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 120 | 99 | 0.12 | 0 | 0.17 | 0.53 | 100 | 0.1 | 0.43 |
| Hex | 6A | 78 | 63 | C | 0 | 11 | 35 | 64 | A | 2B |
| Octal | 152 | 170 | 143 | 14 | 0 | 21 | 65 | 144 | 12 | 53 |
| Binary | 1101010 | 1111000 | 1100011 | 1100 | 0 | 10001 | 110101 | 1100100 | 1010 | 101011 |
Color Harmonies of #6A7863
Complementary color
Monochromatic Colors of #6A7863
Black with #6A7863
Text Example
Text Example
White with #6A7863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7863; }
p { color: rgb(106,120,99); }
H1.HeaderClassName
{
color: #6A7863;
}
.AnyTagClassName
{
color: #6A7863;
}
</style>
background-color css
<style>
a { background-color: #6A7863; }
a { background-color: rgb(106,120,99); }
div.DivClassName
{
background-color: #6A7863;
}
.BgClassName
{
background-color: #6A7863;
}
</style>
border-color css
<style>
span { border-color: #6A7863; }
span { border-color: rgb(106,120,99); }
td.TdClassName
{
border-color: #6A7863;
}
.TagClassName
{
border-color: #6A7863;
}
</style>