Shades of Axolotl #6C7568
Tints of Axolotl #6C7568
RGB
CMYK
RGB Variations
Color information
#6C7568 (or 0x6C7568) is known color: Axolotl. HEX triplet: 6C, 75 and 68. RGB value is (108,117,104). Sum of RGB (Red+Green+Blue) = 108+117+104=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 117 - color contains mainly: green. Hex color #6C7568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7568 is #938A97. Grayscale: #707070. Windows color (decimal): -9669272 or 6845804. OLE color: 6845804.
HSL color Cylindrical-coordinate representation of color #6C7568: hue angle of 101.54º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6C7568 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 117 | 104 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.54 |
| HSL | 101.54º | 0.06% | 0.43% | - |
| HSV(B) | 101.54º | 0.11% | 0.46% | - |
| XYZ | 15.04 | 16.91 | 15.57 | - |
| YUV | 112.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 117 | 104 | 0.08 | 0 | 0.11 | 0.54 | 101.54 | 0.06 | 0.43 |
| Hex | 6C | 75 | 68 | 8 | 0 | B | 36 | 66 | 6 | 2B |
| Octal | 154 | 165 | 150 | 10 | 0 | 13 | 66 | 146 | 6 | 53 |
| Binary | 1101100 | 1110101 | 1101000 | 1000 | 0 | 1011 | 110110 | 1100110 | 110 | 101011 |
Color Harmonies of #6C7568
Complementary color
Monochromatic Colors of #6C7568
Black with #6C7568
Text Example
Text Example
White with #6C7568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7568; }
p { color: rgb(108,117,104); }
H1.HeaderClassName
{
color: #6C7568;
}
.AnyTagClassName
{
color: #6C7568;
}
</style>
background-color css
<style>
a { background-color: #6C7568; }
a { background-color: rgb(108,117,104); }
div.DivClassName
{
background-color: #6C7568;
}
.BgClassName
{
background-color: #6C7568;
}
</style>
border-color css
<style>
span { border-color: #6C7568; }
span { border-color: rgb(108,117,104); }
td.TdClassName
{
border-color: #6C7568;
}
.TagClassName
{
border-color: #6C7568;
}
</style>