Shades of Axolotl #616B5B
Tints of Axolotl #616B5B
RGB
CMYK
RGB Variations
Color information
#616B5B (or 0x616B5B) is known color: Axolotl. HEX triplet: 61, 6B and 5B. RGB value is (97,107,91). Sum of RGB (Red+Green+Blue) = 97+107+91=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 107 - color contains mainly: green. Hex color #616B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B5B is #9E94A4. Grayscale: #666666. Windows color (decimal): -10392741 or 5991265. OLE color: 5991265.
HSL color Cylindrical-coordinate representation of color #616B5B: hue angle of 97.5º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #616B5B is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 107 | 91 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.58 |
| HSL | 97.5º | 0.08% | 0.39% | - |
| HSV(B) | 97.5º | 0.15% | 0.42% | - |
| XYZ | 12.08 | 13.81 | 11.93 | - |
| YUV | 102.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 91 | 0.09 | 0 | 0.15 | 0.58 | 97.5 | 0.08 | 0.39 |
| Hex | 61 | 6B | 5B | 9 | 0 | F | 3A | 62 | 8 | 27 |
| Octal | 141 | 153 | 133 | 11 | 0 | 17 | 72 | 142 | 10 | 47 |
| Binary | 1100001 | 1101011 | 1011011 | 1001 | 0 | 1111 | 111010 | 1100010 | 1000 | 100111 |
Color Harmonies of #616B5B
Complementary color
Monochromatic Colors of #616B5B
Black with #616B5B
Text Example
Text Example
White with #616B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616B5B; }
p { color: rgb(97,107,91); }
H1.HeaderClassName
{
color: #616B5B;
}
.AnyTagClassName
{
color: #616B5B;
}
</style>
background-color css
<style>
a { background-color: #616B5B; }
a { background-color: rgb(97,107,91); }
div.DivClassName
{
background-color: #616B5B;
}
.BgClassName
{
background-color: #616B5B;
}
</style>
border-color css
<style>
span { border-color: #616B5B; }
span { border-color: rgb(97,107,91); }
td.TdClassName
{
border-color: #616B5B;
}
.TagClassName
{
border-color: #616B5B;
}
</style>