Shades of Xanadu #6E846B
Tints of Xanadu #6E846B
RGB
CMYK
RGB Variations
Color information
#6E846B (or 0x6E846B) is known color: Xanadu. HEX triplet: 6E, 84 and 6B. RGB value is (110,132,107). Sum of RGB (Red+Green+Blue) = 110+132+107=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #6E846B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E846B is #917B94. Grayscale: #7A7A7A. Windows color (decimal): -9534357 or 7046254. OLE color: 7046254.
HSL color Cylindrical-coordinate representation of color #6E846B: hue angle of 112.8º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E846B is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 132 | 107 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.48 |
| HSL | 112.8º | 0.1% | 0.47% | - |
| HSV(B) | 112.8º | 0.19% | 0.52% | - |
| XYZ | 17.34 | 20.88 | 17.03 | - |
| YUV | 122.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 132 | 107 | 0.17 | 0 | 0.19 | 0.48 | 112.8 | 0.1 | 0.47 |
| Hex | 6E | 84 | 6B | 11 | 0 | 13 | 30 | 71 | A | 2F |
| Octal | 156 | 204 | 153 | 21 | 0 | 23 | 60 | 161 | 12 | 57 |
| Binary | 1101110 | 10000100 | 1101011 | 10001 | 0 | 10011 | 110000 | 1110001 | 1010 | 101111 |
Color Harmonies of #6E846B
Complementary color
Monochromatic Colors of #6E846B
Black with #6E846B
Text Example
Text Example
White with #6E846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E846B; }
p { color: rgb(110,132,107); }
H1.HeaderClassName
{
color: #6E846B;
}
.AnyTagClassName
{
color: #6E846B;
}
</style>
background-color css
<style>
a { background-color: #6E846B; }
a { background-color: rgb(110,132,107); }
div.DivClassName
{
background-color: #6E846B;
}
.BgClassName
{
background-color: #6E846B;
}
</style>
border-color css
<style>
span { border-color: #6E846B; }
span { border-color: rgb(110,132,107); }
td.TdClassName
{
border-color: #6E846B;
}
.TagClassName
{
border-color: #6E846B;
}
</style>