Shades of Xanadu #6E746C
Tints of Xanadu #6E746C
RGB
CMYK
RGB Variations
Color information
#6E746C (or 0x6E746C) is known color: Xanadu. HEX triplet: 6E, 74 and 6C. RGB value is (110,116,108). Sum of RGB (Red+Green+Blue) = 110+116+108=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 116 - color contains mainly: green. Hex color #6E746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E746C is #918B93. Grayscale: #717171. Windows color (decimal): -9538452 or 7107694. OLE color: 7107694.
HSL color Cylindrical-coordinate representation of color #6E746C: hue angle of 105º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6E746C is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 116 | 108 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.55 |
| HSL | 105º | 0.04% | 0.44% | - |
| HSV(B) | 105º | 0.07% | 0.45% | - |
| XYZ | 15.38 | 16.89 | 16.64 | - |
| YUV | 113.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 116 | 108 | 0.05 | 0 | 0.07 | 0.55 | 105 | 0.04 | 0.44 |
| Hex | 6E | 74 | 6C | 5 | 0 | 7 | 37 | 69 | 4 | 2C |
| Octal | 156 | 164 | 154 | 5 | 0 | 7 | 67 | 151 | 4 | 54 |
| Binary | 1101110 | 1110100 | 1101100 | 101 | 0 | 111 | 110111 | 1101001 | 100 | 101100 |
Color Harmonies of #6E746C
Complementary color
Monochromatic Colors of #6E746C
Black with #6E746C
Text Example
Text Example
White with #6E746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E746C; }
p { color: rgb(110,116,108); }
H1.HeaderClassName
{
color: #6E746C;
}
.AnyTagClassName
{
color: #6E746C;
}
</style>
background-color css
<style>
a { background-color: #6E746C; }
a { background-color: rgb(110,116,108); }
div.DivClassName
{
background-color: #6E746C;
}
.BgClassName
{
background-color: #6E746C;
}
</style>
border-color css
<style>
span { border-color: #6E746C; }
span { border-color: rgb(110,116,108); }
td.TdClassName
{
border-color: #6E746C;
}
.TagClassName
{
border-color: #6E746C;
}
</style>