Shades of Axolotl #697563
Tints of Axolotl #697563
RGB
CMYK
RGB Variations
Color information
#697563 (or 0x697563) is known color: Axolotl. HEX triplet: 69, 75 and 63. RGB value is (105,117,99). Sum of RGB (Red+Green+Blue) = 105+117+99=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 117 - color contains mainly: green. Hex color #697563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697563 is #968A9C. Grayscale: #6F6F6F. Windows color (decimal): -9865885 or 6518121. OLE color: 6518121.
HSL color Cylindrical-coordinate representation of color #697563: hue angle of 100º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #697563 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 117 | 99 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.54 |
| HSL | 100º | 0.08% | 0.42% | - |
| HSV(B) | 100º | 0.15% | 0.46% | - |
| XYZ | 14.44 | 16.63 | 14.25 | - |
| YUV | 111.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 99 | 0.10 | 0 | 0.15 | 0.54 | 100 | 0.08 | 0.42 |
| Hex | 69 | 75 | 63 | A | 0 | F | 36 | 64 | 8 | 2A |
| Octal | 151 | 165 | 143 | 12 | 0 | 17 | 66 | 144 | 10 | 52 |
| Binary | 1101001 | 1110101 | 1100011 | 1010 | 0 | 1111 | 110110 | 1100100 | 1000 | 101010 |
Color Harmonies of #697563
Complementary color
Monochromatic Colors of #697563
Black with #697563
Text Example
Text Example
White with #697563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697563; }
p { color: rgb(105,117,99); }
H1.HeaderClassName
{
color: #697563;
}
.AnyTagClassName
{
color: #697563;
}
</style>
background-color css
<style>
a { background-color: #697563; }
a { background-color: rgb(105,117,99); }
div.DivClassName
{
background-color: #697563;
}
.BgClassName
{
background-color: #697563;
}
</style>
border-color css
<style>
span { border-color: #697563; }
span { border-color: rgb(105,117,99); }
td.TdClassName
{
border-color: #697563;
}
.TagClassName
{
border-color: #697563;
}
</style>