Shades of Xanadu #6E7D69
Tints of Xanadu #6E7D69
RGB
CMYK
RGB Variations
Color information
#6E7D69 (or 0x6E7D69) is known color: Xanadu. HEX triplet: 6E, 7D and 69. RGB value is (110,125,105). Sum of RGB (Red+Green+Blue) = 110+125+105=340 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.35% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 125 - color contains mainly: green. Hex color #6E7D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7D69 is #918296. Grayscale: #767676. Windows color (decimal): -9536151 or 6913390. OLE color: 6913390.
HSL color Cylindrical-coordinate representation of color #6E7D69: hue angle of 105º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E7D69 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 125 | 105 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.51 |
| HSL | 105º | 0.09% | 0.45% | - |
| HSV(B) | 105º | 0.16% | 0.49% | - |
| XYZ | 16.31 | 19 | 16.17 | - |
| YUV | 118.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 125 | 105 | 0.12 | 0 | 0.16 | 0.51 | 105 | 0.09 | 0.45 |
| Hex | 6E | 7D | 69 | C | 0 | 10 | 33 | 69 | 9 | 2D |
| Octal | 156 | 175 | 151 | 14 | 0 | 20 | 63 | 151 | 11 | 55 |
| Binary | 1101110 | 1111101 | 1101001 | 1100 | 0 | 10000 | 110011 | 1101001 | 1001 | 101101 |
Color Harmonies of #6E7D69
Complementary color
Monochromatic Colors of #6E7D69
Black with #6E7D69
Text Example
Text Example
White with #6E7D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7D69; }
p { color: rgb(110,125,105); }
H1.HeaderClassName
{
color: #6E7D69;
}
.AnyTagClassName
{
color: #6E7D69;
}
</style>
background-color css
<style>
a { background-color: #6E7D69; }
a { background-color: rgb(110,125,105); }
div.DivClassName
{
background-color: #6E7D69;
}
.BgClassName
{
background-color: #6E7D69;
}
</style>
border-color css
<style>
span { border-color: #6E7D69; }
span { border-color: rgb(110,125,105); }
td.TdClassName
{
border-color: #6E7D69;
}
.TagClassName
{
border-color: #6E7D69;
}
</style>