Shades of Axolotl #607457
Tints of Axolotl #607457
RGB
CMYK
RGB Variations
Color information
#607457 (or 0x607457) is known color: Axolotl. HEX triplet: 60, 74 and 57. RGB value is (96,116,87). Sum of RGB (Red+Green+Blue) = 96+116+87=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 116 - color contains mainly: green. Hex color #607457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607457 is #9F8BA8. Grayscale: #6A6A6A. Windows color (decimal): -10455977 or 5731424. OLE color: 5731424.
HSL color Cylindrical-coordinate representation of color #607457: hue angle of 101.38º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #607457 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 116 | 87 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.55 |
| HSL | 101.38º | 0.14% | 0.4% | - |
| HSV(B) | 101.38º | 0.25% | 0.45% | - |
| XYZ | 12.79 | 15.67 | 11.37 | - |
| YUV | 106.71 | 116.87 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 87 | 0.17 | 0 | 0.25 | 0.55 | 101.38 | 0.14 | 0.4 |
| Hex | 60 | 74 | 57 | 11 | 0 | 19 | 37 | 65 | E | 28 |
| Octal | 140 | 164 | 127 | 21 | 0 | 31 | 67 | 145 | 16 | 50 |
| Binary | 1100000 | 1110100 | 1010111 | 10001 | 0 | 11001 | 110111 | 1100101 | 1110 | 101000 |
Color Harmonies of #607457
Complementary color
Monochromatic Colors of #607457
Black with #607457
Text Example
Text Example
White with #607457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607457; }
p { color: rgb(96,116,87); }
H1.HeaderClassName
{
color: #607457;
}
.AnyTagClassName
{
color: #607457;
}
</style>
background-color css
<style>
a { background-color: #607457; }
a { background-color: rgb(96,116,87); }
div.DivClassName
{
background-color: #607457;
}
.BgClassName
{
background-color: #607457;
}
</style>
border-color css
<style>
span { border-color: #607457; }
span { border-color: rgb(96,116,87); }
td.TdClassName
{
border-color: #607457;
}
.TagClassName
{
border-color: #607457;
}
</style>