Shades of Axolotl #626E5A
Tints of Axolotl #626E5A
RGB
CMYK
RGB Variations
Color information
#626E5A (or 0x626E5A) is known color: Axolotl. HEX triplet: 62, 6E and 5A. RGB value is (98,110,90). Sum of RGB (Red+Green+Blue) = 98+110+90=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 110 - color contains mainly: green. Hex color #626E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626E5A is #9D91A5. Grayscale: #686868. Windows color (decimal): -10326438 or 5926498. OLE color: 5926498.
HSL color Cylindrical-coordinate representation of color #626E5A: hue angle of 96º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #626E5A is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 110 | 90 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.57 |
| HSL | 96º | 0.1% | 0.39% | - |
| HSV(B) | 96º | 0.18% | 0.43% | - |
| XYZ | 12.46 | 14.49 | 11.81 | - |
| YUV | 104.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 90 | 0.11 | 0 | 0.18 | 0.57 | 96 | 0.1 | 0.39 |
| Hex | 62 | 6E | 5A | B | 0 | 12 | 39 | 60 | A | 27 |
| Octal | 142 | 156 | 132 | 13 | 0 | 22 | 71 | 140 | 12 | 47 |
| Binary | 1100010 | 1101110 | 1011010 | 1011 | 0 | 10010 | 111001 | 1100000 | 1010 | 100111 |
Color Harmonies of #626E5A
Complementary color
Monochromatic Colors of #626E5A
Black with #626E5A
Text Example
Text Example
White with #626E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626E5A; }
p { color: rgb(98,110,90); }
H1.HeaderClassName
{
color: #626E5A;
}
.AnyTagClassName
{
color: #626E5A;
}
</style>
background-color css
<style>
a { background-color: #626E5A; }
a { background-color: rgb(98,110,90); }
div.DivClassName
{
background-color: #626E5A;
}
.BgClassName
{
background-color: #626E5A;
}
</style>
border-color css
<style>
span { border-color: #626E5A; }
span { border-color: rgb(98,110,90); }
td.TdClassName
{
border-color: #626E5A;
}
.TagClassName
{
border-color: #626E5A;
}
</style>