Shades of Axolotl #6B7865
Tints of Axolotl #6B7865
RGB
CMYK
RGB Variations
Color information
#6B7865 (or 0x6B7865) is known color: Axolotl. HEX triplet: 6B, 78 and 65. RGB value is (107,120,101). Sum of RGB (Red+Green+Blue) = 107+120+101=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 120 - color contains mainly: green. Hex color #6B7865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7865 is #94879A. Grayscale: #727272. Windows color (decimal): -9734043 or 6649963. OLE color: 6649963.
HSL color Cylindrical-coordinate representation of color #6B7865: hue angle of 101.05º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B7865 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 120 | 101 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.53 |
| HSL | 101.05º | 0.09% | 0.43% | - |
| HSV(B) | 101.05º | 0.16% | 0.47% | - |
| XYZ | 15.13 | 17.5 | 14.89 | - |
| YUV | 113.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 120 | 101 | 0.11 | 0 | 0.16 | 0.53 | 101.05 | 0.09 | 0.43 |
| Hex | 6B | 78 | 65 | B | 0 | 10 | 35 | 65 | 9 | 2B |
| Octal | 153 | 170 | 145 | 13 | 0 | 20 | 65 | 145 | 11 | 53 |
| Binary | 1101011 | 1111000 | 1100101 | 1011 | 0 | 10000 | 110101 | 1100101 | 1001 | 101011 |
Color Harmonies of #6B7865
Complementary color
Monochromatic Colors of #6B7865
Black with #6B7865
Text Example
Text Example
White with #6B7865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7865; }
p { color: rgb(107,120,101); }
H1.HeaderClassName
{
color: #6B7865;
}
.AnyTagClassName
{
color: #6B7865;
}
</style>
background-color css
<style>
a { background-color: #6B7865; }
a { background-color: rgb(107,120,101); }
div.DivClassName
{
background-color: #6B7865;
}
.BgClassName
{
background-color: #6B7865;
}
</style>
border-color css
<style>
span { border-color: #6B7865; }
span { border-color: rgb(107,120,101); }
td.TdClassName
{
border-color: #6B7865;
}
.TagClassName
{
border-color: #6B7865;
}
</style>