Shades of Xanadu #6E7C6C
Tints of Xanadu #6E7C6C
RGB
CMYK
RGB Variations
Color information
#6E7C6C (or 0x6E7C6C) is known color: Xanadu. HEX triplet: 6E, 7C and 6C. RGB value is (110,124,108). Sum of RGB (Red+Green+Blue) = 110+124+108=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 124 - color contains mainly: green. Hex color #6E7C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7C6C is #918393. Grayscale: #767676. Windows color (decimal): -9536404 or 7109742. OLE color: 7109742.
HSL color Cylindrical-coordinate representation of color #6E7C6C: hue angle of 112.5º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6E7C6C is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 124 | 108 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.51 |
| HSL | 112.5º | 0.07% | 0.45% | - |
| HSV(B) | 112.5º | 0.13% | 0.49% | - |
| XYZ | 16.34 | 18.81 | 16.96 | - |
| YUV | 117.99 | 122.36 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 124 | 108 | 0.11 | 0 | 0.13 | 0.51 | 112.5 | 0.07 | 0.45 |
| Hex | 6E | 7C | 6C | B | 0 | D | 33 | 70 | 7 | 2D |
| Octal | 156 | 174 | 154 | 13 | 0 | 15 | 63 | 160 | 7 | 55 |
| Binary | 1101110 | 1111100 | 1101100 | 1011 | 0 | 1101 | 110011 | 1110000 | 111 | 101101 |
Color Harmonies of #6E7C6C
Complementary color
Monochromatic Colors of #6E7C6C
Black with #6E7C6C
Text Example
Text Example
White with #6E7C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7C6C; }
p { color: rgb(110,124,108); }
H1.HeaderClassName
{
color: #6E7C6C;
}
.AnyTagClassName
{
color: #6E7C6C;
}
</style>
background-color css
<style>
a { background-color: #6E7C6C; }
a { background-color: rgb(110,124,108); }
div.DivClassName
{
background-color: #6E7C6C;
}
.BgClassName
{
background-color: #6E7C6C;
}
</style>
border-color css
<style>
span { border-color: #6E7C6C; }
span { border-color: rgb(110,124,108); }
td.TdClassName
{
border-color: #6E7C6C;
}
.TagClassName
{
border-color: #6E7C6C;
}
</style>