Shades of Axolotl #607057
Tints of Axolotl #607057
RGB
CMYK
RGB Variations
Color information
#607057 (or 0x607057) is known color: Axolotl. HEX triplet: 60, 70 and 57. RGB value is (96,112,87). Sum of RGB (Red+Green+Blue) = 96+112+87=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #607057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607057 is #9F8FA8. Grayscale: #686868. Windows color (decimal): -10457001 or 5730400. OLE color: 5730400.
HSL color Cylindrical-coordinate representation of color #607057: hue angle of 98.4º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #607057 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 112 | 87 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.56 |
| HSL | 98.4º | 0.13% | 0.39% | - |
| HSV(B) | 98.4º | 0.22% | 0.44% | - |
| XYZ | 12.34 | 14.76 | 11.22 | - |
| YUV | 104.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 87 | 0.14 | 0 | 0.22 | 0.56 | 98.4 | 0.13 | 0.39 |
| Hex | 60 | 70 | 57 | E | 0 | 16 | 38 | 62 | D | 27 |
| Octal | 140 | 160 | 127 | 16 | 0 | 26 | 70 | 142 | 15 | 47 |
| Binary | 1100000 | 1110000 | 1010111 | 1110 | 0 | 10110 | 111000 | 1100010 | 1101 | 100111 |
Color Harmonies of #607057
Complementary color
Monochromatic Colors of #607057
Black with #607057
Text Example
Text Example
White with #607057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607057; }
p { color: rgb(96,112,87); }
H1.HeaderClassName
{
color: #607057;
}
.AnyTagClassName
{
color: #607057;
}
</style>
background-color css
<style>
a { background-color: #607057; }
a { background-color: rgb(96,112,87); }
div.DivClassName
{
background-color: #607057;
}
.BgClassName
{
background-color: #607057;
}
</style>
border-color css
<style>
span { border-color: #607057; }
span { border-color: rgb(96,112,87); }
td.TdClassName
{
border-color: #607057;
}
.TagClassName
{
border-color: #607057;
}
</style>