Shades of Xanadu #6E9364
Tints of Xanadu #6E9364
RGB
CMYK
RGB Variations
Color information
#6E9364 (or 0x6E9364) is known color: Xanadu. HEX triplet: 6E, 93 and 64. RGB value is (110,147,100). Sum of RGB (Red+Green+Blue) = 110+147+100=357 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.81% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #6E9364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9364 is #916C9B. Grayscale: #828282. Windows color (decimal): -9530524 or 6591342. OLE color: 6591342.
HSL color Cylindrical-coordinate representation of color #6E9364: hue angle of 107.23º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E9364 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 147 | 100 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.42 |
| HSL | 107.23º | 0.19% | 0.48% | - |
| HSV(B) | 107.23º | 0.32% | 0.58% | - |
| XYZ | 19.16 | 25.1 | 15.89 | - |
| YUV | 130.58 | 110.74 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 147 | 100 | 0.25 | 0 | 0.32 | 0.42 | 107.23 | 0.19 | 0.48 |
| Hex | 6E | 93 | 64 | 19 | 0 | 20 | 2A | 6B | 13 | 30 |
| Octal | 156 | 223 | 144 | 31 | 0 | 40 | 52 | 153 | 23 | 60 |
| Binary | 1101110 | 10010011 | 1100100 | 11001 | 0 | 100000 | 101010 | 1101011 | 10011 | 110000 |
Color Harmonies of #6E9364
Complementary color
Monochromatic Colors of #6E9364
Black with #6E9364
Text Example
Text Example
White with #6E9364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9364; }
p { color: rgb(110,147,100); }
H1.HeaderClassName
{
color: #6E9364;
}
.AnyTagClassName
{
color: #6E9364;
}
</style>
background-color css
<style>
a { background-color: #6E9364; }
a { background-color: rgb(110,147,100); }
div.DivClassName
{
background-color: #6E9364;
}
.BgClassName
{
background-color: #6E9364;
}
</style>
border-color css
<style>
span { border-color: #6E9364; }
span { border-color: rgb(110,147,100); }
td.TdClassName
{
border-color: #6E9364;
}
.TagClassName
{
border-color: #6E9364;
}
</style>