Shades of Axolotl #697663
Tints of Axolotl #697663
RGB
CMYK
RGB Variations
Color information
#697663 (or 0x697663) is known color: Axolotl. HEX triplet: 69, 76 and 63. RGB value is (105,118,99). Sum of RGB (Red+Green+Blue) = 105+118+99=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 118 - color contains mainly: green. Hex color #697663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697663 is #96899C. Grayscale: #707070. Windows color (decimal): -9865629 or 6518377. OLE color: 6518377.
HSL color Cylindrical-coordinate representation of color #697663: hue angle of 101.05º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #697663 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 118 | 99 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.54 |
| HSL | 101.05º | 0.09% | 0.43% | - |
| HSV(B) | 101.05º | 0.16% | 0.46% | - |
| XYZ | 14.56 | 16.86 | 14.29 | - |
| YUV | 111.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 118 | 99 | 0.11 | 0 | 0.16 | 0.54 | 101.05 | 0.09 | 0.43 |
| Hex | 69 | 76 | 63 | B | 0 | 10 | 36 | 65 | 9 | 2B |
| Octal | 151 | 166 | 143 | 13 | 0 | 20 | 66 | 145 | 11 | 53 |
| Binary | 1101001 | 1110110 | 1100011 | 1011 | 0 | 10000 | 110110 | 1100101 | 1001 | 101011 |
Color Harmonies of #697663
Complementary color
Monochromatic Colors of #697663
Black with #697663
Text Example
Text Example
White with #697663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697663; }
p { color: rgb(105,118,99); }
H1.HeaderClassName
{
color: #697663;
}
.AnyTagClassName
{
color: #697663;
}
</style>
background-color css
<style>
a { background-color: #697663; }
a { background-color: rgb(105,118,99); }
div.DivClassName
{
background-color: #697663;
}
.BgClassName
{
background-color: #697663;
}
</style>
border-color css
<style>
span { border-color: #697663; }
span { border-color: rgb(105,118,99); }
td.TdClassName
{
border-color: #697663;
}
.TagClassName
{
border-color: #697663;
}
</style>