Shades of Axolotl #607854
Tints of Axolotl #607854
RGB
CMYK
RGB Variations
Color information
#607854 (or 0x607854) is known color: Axolotl. HEX triplet: 60, 78 and 54. RGB value is (96,120,84). Sum of RGB (Red+Green+Blue) = 96+120+84=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #607854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607854 is #9F87AB. Grayscale: #6C6C6C. Windows color (decimal): -10454956 or 5535840. OLE color: 5535840.
HSL color Cylindrical-coordinate representation of color #607854: hue angle of 100º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #607854 is Cyan = 0.2, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 120 | 84 | - |
| CMYK | 0.2 | 0 | 0.3 | 0.53 |
| HSL | 100º | 0.18% | 0.4% | - |
| HSV(B) | 100º | 0.3% | 0.47% | - |
| XYZ | 13.14 | 16.56 | 10.89 | - |
| YUV | 108.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 84 | 0.2 | 0 | 0.3 | 0.53 | 100 | 0.18 | 0.4 |
| Hex | 60 | 78 | 54 | 14 | 0 | 1E | 35 | 64 | 12 | 28 |
| Octal | 140 | 170 | 124 | 24 | 0 | 36 | 65 | 144 | 22 | 50 |
| Binary | 1100000 | 1111000 | 1010100 | 10100 | 0 | 11110 | 110101 | 1100100 | 10010 | 101000 |
Color Harmonies of #607854
Complementary color
Monochromatic Colors of #607854
Black with #607854
Text Example
Text Example
White with #607854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607854; }
p { color: rgb(96,120,84); }
H1.HeaderClassName
{
color: #607854;
}
.AnyTagClassName
{
color: #607854;
}
</style>
background-color css
<style>
a { background-color: #607854; }
a { background-color: rgb(96,120,84); }
div.DivClassName
{
background-color: #607854;
}
.BgClassName
{
background-color: #607854;
}
</style>
border-color css
<style>
span { border-color: #607854; }
span { border-color: rgb(96,120,84); }
td.TdClassName
{
border-color: #607854;
}
.TagClassName
{
border-color: #607854;
}
</style>