Shades of Xanadu #6E736C
Tints of Xanadu #6E736C
RGB
CMYK
RGB Variations
Color information
#6E736C (or 0x6E736C) is known color: Xanadu. HEX triplet: 6E, 73 and 6C. RGB value is (110,115,108). Sum of RGB (Red+Green+Blue) = 110+115+108=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 115 - color contains mainly: green. Hex color #6E736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E736C is #918C93. Grayscale: #707070. Windows color (decimal): -9538708 or 7107438. OLE color: 7107438.
HSL color Cylindrical-coordinate representation of color #6E736C: hue angle of 102.86º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6E736C is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 115 | 108 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.55 |
| HSL | 102.86º | 0.03% | 0.44% | - |
| HSV(B) | 102.86º | 0.06% | 0.45% | - |
| XYZ | 15.27 | 16.66 | 16.6 | - |
| YUV | 112.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 115 | 108 | 0.04 | 0 | 0.06 | 0.55 | 102.86 | 0.03 | 0.44 |
| Hex | 6E | 73 | 6C | 4 | 0 | 6 | 37 | 67 | 3 | 2C |
| Octal | 156 | 163 | 154 | 4 | 0 | 6 | 67 | 147 | 3 | 54 |
| Binary | 1101110 | 1110011 | 1101100 | 100 | 0 | 110 | 110111 | 1100111 | 11 | 101100 |
Color Harmonies of #6E736C
Complementary color
Monochromatic Colors of #6E736C
Black with #6E736C
Text Example
Text Example
White with #6E736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E736C; }
p { color: rgb(110,115,108); }
H1.HeaderClassName
{
color: #6E736C;
}
.AnyTagClassName
{
color: #6E736C;
}
</style>
background-color css
<style>
a { background-color: #6E736C; }
a { background-color: rgb(110,115,108); }
div.DivClassName
{
background-color: #6E736C;
}
.BgClassName
{
background-color: #6E736C;
}
</style>
border-color css
<style>
span { border-color: #6E736C; }
span { border-color: rgb(110,115,108); }
td.TdClassName
{
border-color: #6E736C;
}
.TagClassName
{
border-color: #6E736C;
}
</style>