Shades of Axolotl #6B6D6A
Tints of Axolotl #6B6D6A
RGB
CMYK
RGB Variations
Color information
#6B6D6A (or 0x6B6D6A) is known color: Axolotl. HEX triplet: 6B, 6D and 6A. RGB value is (107,109,106). Sum of RGB (Red+Green+Blue) = 107+109+106=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6D6A is #949295. Grayscale: #6C6C6C. Windows color (decimal): -9736854 or 6974827. OLE color: 6974827.
HSL color Cylindrical-coordinate representation of color #6B6D6A: hue angle of 100º degrees, saturation: 0.01, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6B6D6A is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 109 | 106 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.57 |
| HSL | 100º | 0.01% | 0.42% | - |
| HSV(B) | 100º | 0.03% | 0.43% | - |
| XYZ | 14.13 | 15.1 | 15.81 | - |
| YUV | 108.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 109 | 106 | 0.02 | 0 | 0.03 | 0.57 | 100 | 0.01 | 0.42 |
| Hex | 6B | 6D | 6A | 2 | 0 | 3 | 39 | 64 | 1 | 2A |
| Octal | 153 | 155 | 152 | 2 | 0 | 3 | 71 | 144 | 1 | 52 |
| Binary | 1101011 | 1101101 | 1101010 | 10 | 0 | 11 | 111001 | 1100100 | 1 | 101010 |
Color Harmonies of #6B6D6A
Complementary color
Monochromatic Colors of #6B6D6A
Black with #6B6D6A
Text Example
Text Example
White with #6B6D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6D6A; }
p { color: rgb(107,109,106); }
H1.HeaderClassName
{
color: #6B6D6A;
}
.AnyTagClassName
{
color: #6B6D6A;
}
</style>
background-color css
<style>
a { background-color: #6B6D6A; }
a { background-color: rgb(107,109,106); }
div.DivClassName
{
background-color: #6B6D6A;
}
.BgClassName
{
background-color: #6B6D6A;
}
</style>
border-color css
<style>
span { border-color: #6B6D6A; }
span { border-color: rgb(107,109,106); }
td.TdClassName
{
border-color: #6B6D6A;
}
.TagClassName
{
border-color: #6B6D6A;
}
</style>