Shades of Axolotl #6A7166
Tints of Axolotl #6A7166
RGB
CMYK
RGB Variations
Color information
#6A7166 (or 0x6A7166) is known color: Axolotl. HEX triplet: 6A, 71 and 66. RGB value is (106,113,102). Sum of RGB (Red+Green+Blue) = 106+113+102=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 113 - color contains mainly: green. Hex color #6A7166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7166 is #958E99. Grayscale: #6D6D6D. Windows color (decimal): -9801370 or 6713706. OLE color: 6713706.
HSL color Cylindrical-coordinate representation of color #6A7166: hue angle of 98.18º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6A7166 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 113 | 102 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.56 |
| HSL | 98.18º | 0.05% | 0.42% | - |
| HSV(B) | 98.18º | 0.1% | 0.44% | - |
| XYZ | 14.25 | 15.83 | 14.88 | - |
| YUV | 109.65 | 123.68 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 113 | 102 | 0.06 | 0 | 0.10 | 0.56 | 98.18 | 0.05 | 0.42 |
| Hex | 6A | 71 | 66 | 6 | 0 | A | 38 | 62 | 5 | 2A |
| Octal | 152 | 161 | 146 | 6 | 0 | 12 | 70 | 142 | 5 | 52 |
| Binary | 1101010 | 1110001 | 1100110 | 110 | 0 | 1010 | 111000 | 1100010 | 101 | 101010 |
Color Harmonies of #6A7166
Complementary color
Monochromatic Colors of #6A7166
Black with #6A7166
Text Example
Text Example
White with #6A7166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7166; }
p { color: rgb(106,113,102); }
H1.HeaderClassName
{
color: #6A7166;
}
.AnyTagClassName
{
color: #6A7166;
}
</style>
background-color css
<style>
a { background-color: #6A7166; }
a { background-color: rgb(106,113,102); }
div.DivClassName
{
background-color: #6A7166;
}
.BgClassName
{
background-color: #6A7166;
}
</style>
border-color css
<style>
span { border-color: #6A7166; }
span { border-color: rgb(106,113,102); }
td.TdClassName
{
border-color: #6A7166;
}
.TagClassName
{
border-color: #6A7166;
}
</style>