Shades of Axolotl #6B6F69
Tints of Axolotl #6B6F69
RGB
CMYK
RGB Variations
Color information
#6B6F69 (or 0x6B6F69) is known color: Axolotl. HEX triplet: 6B, 6F and 69. RGB value is (107,111,105). Sum of RGB (Red+Green+Blue) = 107+111+105=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 111 - color contains mainly: green. Hex color #6B6F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6F69 is #949096. Grayscale: #6D6D6D. Windows color (decimal): -9736343 or 6909803. OLE color: 6909803.
HSL color Cylindrical-coordinate representation of color #6B6F69: hue angle of 100º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6B6F69 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 111 | 105 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.56 |
| HSL | 100º | 0.03% | 0.42% | - |
| HSV(B) | 100º | 0.05% | 0.44% | - |
| XYZ | 14.3 | 15.51 | 15.61 | - |
| YUV | 109.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 111 | 105 | 0.04 | 0 | 0.05 | 0.56 | 100 | 0.03 | 0.42 |
| Hex | 6B | 6F | 69 | 4 | 0 | 5 | 38 | 64 | 3 | 2A |
| Octal | 153 | 157 | 151 | 4 | 0 | 5 | 70 | 144 | 3 | 52 |
| Binary | 1101011 | 1101111 | 1101001 | 100 | 0 | 101 | 111000 | 1100100 | 11 | 101010 |
Color Harmonies of #6B6F69
Complementary color
Monochromatic Colors of #6B6F69
Black with #6B6F69
Text Example
Text Example
White with #6B6F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6F69; }
p { color: rgb(107,111,105); }
H1.HeaderClassName
{
color: #6B6F69;
}
.AnyTagClassName
{
color: #6B6F69;
}
</style>
background-color css
<style>
a { background-color: #6B6F69; }
a { background-color: rgb(107,111,105); }
div.DivClassName
{
background-color: #6B6F69;
}
.BgClassName
{
background-color: #6B6F69;
}
</style>
border-color css
<style>
span { border-color: #6B6F69; }
span { border-color: rgb(107,111,105); }
td.TdClassName
{
border-color: #6B6F69;
}
.TagClassName
{
border-color: #6B6F69;
}
</style>