Shades of Xanadu #6D8168
Tints of Xanadu #6D8168
RGB
CMYK
RGB Variations
Color information
#6D8168 (or 0x6D8168) is known color: Xanadu. HEX triplet: 6D, 81 and 68. RGB value is (109,129,104). Sum of RGB (Red+Green+Blue) = 109+129+104=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 129 - color contains mainly: green. Hex color #6D8168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8168 is #927E97. Grayscale: #787878. Windows color (decimal): -9600664 or 6848877. OLE color: 6848877.
HSL color Cylindrical-coordinate representation of color #6D8168: hue angle of 108º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6D8168 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 129 | 104 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.49 |
| HSL | 108º | 0.11% | 0.46% | - |
| HSV(B) | 108º | 0.19% | 0.51% | - |
| XYZ | 16.66 | 19.95 | 16.07 | - |
| YUV | 120.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 129 | 104 | 0.16 | 0 | 0.19 | 0.49 | 108 | 0.11 | 0.46 |
| Hex | 6D | 81 | 68 | 10 | 0 | 13 | 31 | 6C | B | 2E |
| Octal | 155 | 201 | 150 | 20 | 0 | 23 | 61 | 154 | 13 | 56 |
| Binary | 1101101 | 10000001 | 1101000 | 10000 | 0 | 10011 | 110001 | 1101100 | 1011 | 101110 |
Color Harmonies of #6D8168
Complementary color
Monochromatic Colors of #6D8168
Black with #6D8168
Text Example
Text Example
White with #6D8168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8168; }
p { color: rgb(109,129,104); }
H1.HeaderClassName
{
color: #6D8168;
}
.AnyTagClassName
{
color: #6D8168;
}
</style>
background-color css
<style>
a { background-color: #6D8168; }
a { background-color: rgb(109,129,104); }
div.DivClassName
{
background-color: #6D8168;
}
.BgClassName
{
background-color: #6D8168;
}
</style>
border-color css
<style>
span { border-color: #6D8168; }
span { border-color: rgb(109,129,104); }
td.TdClassName
{
border-color: #6D8168;
}
.TagClassName
{
border-color: #6D8168;
}
</style>