Shades of Xanadu #6E9368
Tints of Xanadu #6E9368
RGB
CMYK
RGB Variations
Color information
#6E9368 (or 0x6E9368) is known color: Xanadu. HEX triplet: 6E, 93 and 68. RGB value is (110,147,104). Sum of RGB (Red+Green+Blue) = 110+147+104=361 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.47% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #6E9368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9368 is #916C97. Grayscale: #838383. Windows color (decimal): -9530520 or 6853486. OLE color: 6853486.
HSL color Cylindrical-coordinate representation of color #6E9368: hue angle of 111.63º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E9368 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 147 | 104 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.42 |
| HSL | 111.63º | 0.17% | 0.49% | - |
| HSV(B) | 111.63º | 0.29% | 0.58% | - |
| XYZ | 19.36 | 25.18 | 16.94 | - |
| YUV | 131.04 | 112.74 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 147 | 104 | 0.25 | 0 | 0.29 | 0.42 | 111.63 | 0.17 | 0.49 |
| Hex | 6E | 93 | 68 | 19 | 0 | 1D | 2A | 70 | 11 | 31 |
| Octal | 156 | 223 | 150 | 31 | 0 | 35 | 52 | 160 | 21 | 61 |
| Binary | 1101110 | 10010011 | 1101000 | 11001 | 0 | 11101 | 101010 | 1110000 | 10001 | 110001 |
Color Harmonies of #6E9368
Complementary color
Monochromatic Colors of #6E9368
Black with #6E9368
Text Example
Text Example
White with #6E9368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9368; }
p { color: rgb(110,147,104); }
H1.HeaderClassName
{
color: #6E9368;
}
.AnyTagClassName
{
color: #6E9368;
}
</style>
background-color css
<style>
a { background-color: #6E9368; }
a { background-color: rgb(110,147,104); }
div.DivClassName
{
background-color: #6E9368;
}
.BgClassName
{
background-color: #6E9368;
}
</style>
border-color css
<style>
span { border-color: #6E9368; }
span { border-color: rgb(110,147,104); }
td.TdClassName
{
border-color: #6E9368;
}
.TagClassName
{
border-color: #6E9368;
}
</style>