Shades of Xanadu #6D9464
Tints of Xanadu #6D9464
RGB
CMYK
RGB Variations
Color information
#6D9464 (or 0x6D9464) is known color: Xanadu. HEX triplet: 6D, 94 and 64. RGB value is (109,148,100). Sum of RGB (Red+Green+Blue) = 109+148+100=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #6D9464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9464 is #926B9B. Grayscale: #838383. Windows color (decimal): -9595804 or 6591597. OLE color: 6591597.
HSL color Cylindrical-coordinate representation of color #6D9464: hue angle of 108.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D9464 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 148 | 100 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.42 |
| HSL | 108.75º | 0.19% | 0.49% | - |
| HSV(B) | 108.75º | 0.32% | 0.58% | - |
| XYZ | 19.2 | 25.35 | 15.94 | - |
| YUV | 130.87 | 110.58 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 148 | 100 | 0.26 | 0 | 0.32 | 0.42 | 108.75 | 0.19 | 0.49 |
| Hex | 6D | 94 | 64 | 1A | 0 | 20 | 2A | 6D | 13 | 31 |
| Octal | 155 | 224 | 144 | 32 | 0 | 40 | 52 | 155 | 23 | 61 |
| Binary | 1101101 | 10010100 | 1100100 | 11010 | 0 | 100000 | 101010 | 1101101 | 10011 | 110001 |
Color Harmonies of #6D9464
Complementary color
Monochromatic Colors of #6D9464
Black with #6D9464
Text Example
Text Example
White with #6D9464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9464; }
p { color: rgb(109,148,100); }
H1.HeaderClassName
{
color: #6D9464;
}
.AnyTagClassName
{
color: #6D9464;
}
</style>
background-color css
<style>
a { background-color: #6D9464; }
a { background-color: rgb(109,148,100); }
div.DivClassName
{
background-color: #6D9464;
}
.BgClassName
{
background-color: #6D9464;
}
</style>
border-color css
<style>
span { border-color: #6D9464; }
span { border-color: rgb(109,148,100); }
td.TdClassName
{
border-color: #6D9464;
}
.TagClassName
{
border-color: #6D9464;
}
</style>