Shades of Xanadu #6E786B
Tints of Xanadu #6E786B
RGB
CMYK
RGB Variations
Color information
#6E786B (or 0x6E786B) is known color: Xanadu. HEX triplet: 6E, 78 and 6B. RGB value is (110,120,107). Sum of RGB (Red+Green+Blue) = 110+120+107=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 120 - color contains mainly: green. Hex color #6E786B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E786B is #918794. Grayscale: #737373. Windows color (decimal): -9537429 or 7043182. OLE color: 7043182.
HSL color Cylindrical-coordinate representation of color #6E786B: hue angle of 106.15º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E786B is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 120 | 107 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.53 |
| HSL | 106.15º | 0.06% | 0.45% | - |
| HSV(B) | 106.15º | 0.11% | 0.47% | - |
| XYZ | 15.8 | 17.81 | 16.51 | - |
| YUV | 115.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 120 | 107 | 0.08 | 0 | 0.11 | 0.53 | 106.15 | 0.06 | 0.45 |
| Hex | 6E | 78 | 6B | 8 | 0 | B | 35 | 6A | 6 | 2D |
| Octal | 156 | 170 | 153 | 10 | 0 | 13 | 65 | 152 | 6 | 55 |
| Binary | 1101110 | 1111000 | 1101011 | 1000 | 0 | 1011 | 110101 | 1101010 | 110 | 101101 |
Color Harmonies of #6E786B
Complementary color
Monochromatic Colors of #6E786B
Black with #6E786B
Text Example
Text Example
White with #6E786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E786B; }
p { color: rgb(110,120,107); }
H1.HeaderClassName
{
color: #6E786B;
}
.AnyTagClassName
{
color: #6E786B;
}
</style>
background-color css
<style>
a { background-color: #6E786B; }
a { background-color: rgb(110,120,107); }
div.DivClassName
{
background-color: #6E786B;
}
.BgClassName
{
background-color: #6E786B;
}
</style>
border-color css
<style>
span { border-color: #6E786B; }
span { border-color: rgb(110,120,107); }
td.TdClassName
{
border-color: #6E786B;
}
.TagClassName
{
border-color: #6E786B;
}
</style>