Shades of Axolotl #6B7467
Tints of Axolotl #6B7467
RGB
CMYK
RGB Variations
Color information
#6B7467 (or 0x6B7467) is known color: Axolotl. HEX triplet: 6B, 74 and 67. RGB value is (107,116,103). Sum of RGB (Red+Green+Blue) = 107+116+103=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 116 - color contains mainly: green. Hex color #6B7467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7467 is #948B98. Grayscale: #6F6F6F. Windows color (decimal): -9735065 or 6780011. OLE color: 6780011.
HSL color Cylindrical-coordinate representation of color #6B7467: hue angle of 101.54º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B7467 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 116 | 103 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.55 |
| HSL | 101.54º | 0.06% | 0.43% | - |
| HSV(B) | 101.54º | 0.11% | 0.45% | - |
| XYZ | 14.76 | 16.6 | 15.26 | - |
| YUV | 111.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 116 | 103 | 0.08 | 0 | 0.11 | 0.55 | 101.54 | 0.06 | 0.43 |
| Hex | 6B | 74 | 67 | 8 | 0 | B | 37 | 66 | 6 | 2B |
| Octal | 153 | 164 | 147 | 10 | 0 | 13 | 67 | 146 | 6 | 53 |
| Binary | 1101011 | 1110100 | 1100111 | 1000 | 0 | 1011 | 110111 | 1100110 | 110 | 101011 |
Color Harmonies of #6B7467
Complementary color
Monochromatic Colors of #6B7467
Black with #6B7467
Text Example
Text Example
White with #6B7467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7467; }
p { color: rgb(107,116,103); }
H1.HeaderClassName
{
color: #6B7467;
}
.AnyTagClassName
{
color: #6B7467;
}
</style>
background-color css
<style>
a { background-color: #6B7467; }
a { background-color: rgb(107,116,103); }
div.DivClassName
{
background-color: #6B7467;
}
.BgClassName
{
background-color: #6B7467;
}
</style>
border-color css
<style>
span { border-color: #6B7467; }
span { border-color: rgb(107,116,103); }
td.TdClassName
{
border-color: #6B7467;
}
.TagClassName
{
border-color: #6B7467;
}
</style>