Shades of Xanadu #6E7D68
Tints of Xanadu #6E7D68
RGB
CMYK
RGB Variations
Color information
#6E7D68 (or 0x6E7D68) is known color: Xanadu. HEX triplet: 6E, 7D and 68. RGB value is (110,125,104). Sum of RGB (Red+Green+Blue) = 110+125+104=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 125 - color contains mainly: green. Hex color #6E7D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7D68 is #918297. Grayscale: #767676. Windows color (decimal): -9536152 or 6847854. OLE color: 6847854.
HSL color Cylindrical-coordinate representation of color #6E7D68: hue angle of 102.86º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E7D68 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
RGB | 110 | 125 | 104 | - |
CMYK | 0.12 | 0 | 0.17 | 0.51 |
HSL | 102.86º | 0.09% | 0.45% | - |
HSV(B) | 102.86º | 0.17% | 0.49% | - |
XYZ | 16.26 | 18.98 | 15.9 | - |
YUV | 118.12 | 120.03 | 122.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 110 | 125 | 104 | 0.12 | 0 | 0.17 | 0.51 | 102.86 | 0.09 | 0.45 |
Hex | 6E | 7D | 68 | C | 0 | 11 | 33 | 67 | 9 | 2D |
Octal | 156 | 175 | 150 | 14 | 0 | 21 | 63 | 147 | 11 | 55 |
Binary | 1101110 | 1111101 | 1101000 | 1100 | 0 | 10001 | 110011 | 1100111 | 1001 | 101101 |
Color Harmonies of #6E7D68
Complementary color
Monochromatic Colors of #6E7D68
Black with #6E7D68
Text Example
Text Example
White with #6E7D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7D68; }
p { color: rgb(110,125,104); }
H1.HeaderClassName
{
color: #6E7D68;
}
.AnyTagClassName
{
color: #6E7D68;
}
</style>
background-color css
<style>
a { background-color: #6E7D68; }
a { background-color: rgb(110,125,104); }
div.DivClassName
{
background-color: #6E7D68;
}
.BgClassName
{
background-color: #6E7D68;
}
</style>
border-color css
<style>
span { border-color: #6E7D68; }
span { border-color: rgb(110,125,104); }
td.TdClassName
{
border-color: #6E7D68;
}
.TagClassName
{
border-color: #6E7D68;
}
</style>