Shades of Axolotl #606C57
Tints of Axolotl #606C57
RGB
CMYK
RGB Variations
Color information
#606C57 (or 0x606C57) is known color: Axolotl. HEX triplet: 60, 6C and 57. RGB value is (96,108,87). Sum of RGB (Red+Green+Blue) = 96+108+87=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 108 - color contains mainly: green. Hex color #606C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606C57 is #9F93A8. Grayscale: #666666. Windows color (decimal): -10458025 or 5729376. OLE color: 5729376.
HSL color Cylindrical-coordinate representation of color #606C57: hue angle of 94.29º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #606C57 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 108 | 87 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.58 |
| HSL | 94.29º | 0.11% | 0.38% | - |
| HSV(B) | 94.29º | 0.19% | 0.42% | - |
| XYZ | 11.91 | 13.9 | 11.07 | - |
| YUV | 102.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 87 | 0.11 | 0 | 0.19 | 0.58 | 94.29 | 0.11 | 0.38 |
| Hex | 60 | 6C | 57 | B | 0 | 13 | 3A | 5E | B | 26 |
| Octal | 140 | 154 | 127 | 13 | 0 | 23 | 72 | 136 | 13 | 46 |
| Binary | 1100000 | 1101100 | 1010111 | 1011 | 0 | 10011 | 111010 | 1011110 | 1011 | 100110 |
Color Harmonies of #606C57
Complementary color
Monochromatic Colors of #606C57
Black with #606C57
Text Example
Text Example
White with #606C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606C57; }
p { color: rgb(96,108,87); }
H1.HeaderClassName
{
color: #606C57;
}
.AnyTagClassName
{
color: #606C57;
}
</style>
background-color css
<style>
a { background-color: #606C57; }
a { background-color: rgb(96,108,87); }
div.DivClassName
{
background-color: #606C57;
}
.BgClassName
{
background-color: #606C57;
}
</style>
border-color css
<style>
span { border-color: #606C57; }
span { border-color: rgb(96,108,87); }
td.TdClassName
{
border-color: #606C57;
}
.TagClassName
{
border-color: #606C57;
}
</style>