Shades of Axolotl #6E726C
Tints of Axolotl #6E726C
RGB
CMYK
RGB Variations
Color information
#6E726C (or 0x6E726C) is known color: Axolotl. HEX triplet: 6E, 72 and 6C. RGB value is (110,114,108). Sum of RGB (Red+Green+Blue) = 110+114+108=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 114 - color contains mainly: green. Hex color #6E726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E726C is #918D93. Grayscale: #707070. Windows color (decimal): -9538964 or 7107182. OLE color: 7107182.
HSL color Cylindrical-coordinate representation of color #6E726C: hue angle of 100º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6E726C is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
RGB | 110 | 114 | 108 | - |
CMYK | 0.04 | 0 | 0.05 | 0.55 |
HSL | 100º | 0.03% | 0.44% | - |
HSV(B) | 100º | 0.05% | 0.45% | - |
XYZ | 15.15 | 16.43 | 16.56 | - |
YUV | 112.12 | 125.67 | 126.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 110 | 114 | 108 | 0.04 | 0 | 0.05 | 0.55 | 100 | 0.03 | 0.44 |
Hex | 6E | 72 | 6C | 4 | 0 | 5 | 37 | 64 | 3 | 2C |
Octal | 156 | 162 | 154 | 4 | 0 | 5 | 67 | 144 | 3 | 54 |
Binary | 1101110 | 1110010 | 1101100 | 100 | 0 | 101 | 110111 | 1100100 | 11 | 101100 |
Color Harmonies of #6E726C
Complementary color
Monochromatic Colors of #6E726C
Black with #6E726C
Text Example
Text Example
White with #6E726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E726C; }
p { color: rgb(110,114,108); }
H1.HeaderClassName
{
color: #6E726C;
}
.AnyTagClassName
{
color: #6E726C;
}
</style>
background-color css
<style>
a { background-color: #6E726C; }
a { background-color: rgb(110,114,108); }
div.DivClassName
{
background-color: #6E726C;
}
.BgClassName
{
background-color: #6E726C;
}
</style>
border-color css
<style>
span { border-color: #6E726C; }
span { border-color: rgb(110,114,108); }
td.TdClassName
{
border-color: #6E726C;
}
.TagClassName
{
border-color: #6E726C;
}
</style>