Shades of Xanadu #6C7E6A
Tints of Xanadu #6C7E6A
RGB
CMYK
RGB Variations
Color information
#6C7E6A (or 0x6C7E6A) is known color: Xanadu. HEX triplet: 6C, 7E and 6A. RGB value is (108,126,106). Sum of RGB (Red+Green+Blue) = 108+126+106=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 126 - color contains mainly: green. Hex color #6C7E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7E6A is #938195. Grayscale: #767676. Windows color (decimal): -9666966 or 6979180. OLE color: 6979180.
HSL color Cylindrical-coordinate representation of color #6C7E6A: hue angle of 114º 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 #6C7E6A is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 126 | 106 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.51 |
| HSL | 114º | 0.09% | 0.45% | - |
| HSV(B) | 114º | 0.16% | 0.49% | - |
| XYZ | 16.25 | 19.15 | 16.48 | - |
| YUV | 118.34 | 121.04 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 126 | 106 | 0.14 | 0 | 0.16 | 0.51 | 114 | 0.09 | 0.45 |
| Hex | 6C | 7E | 6A | E | 0 | 10 | 33 | 72 | 9 | 2D |
| Octal | 154 | 176 | 152 | 16 | 0 | 20 | 63 | 162 | 11 | 55 |
| Binary | 1101100 | 1111110 | 1101010 | 1110 | 0 | 10000 | 110011 | 1110010 | 1001 | 101101 |
Color Harmonies of #6C7E6A
Complementary color
Monochromatic Colors of #6C7E6A
Black with #6C7E6A
Text Example
Text Example
White with #6C7E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7E6A; }
p { color: rgb(108,126,106); }
H1.HeaderClassName
{
color: #6C7E6A;
}
.AnyTagClassName
{
color: #6C7E6A;
}
</style>
background-color css
<style>
a { background-color: #6C7E6A; }
a { background-color: rgb(108,126,106); }
div.DivClassName
{
background-color: #6C7E6A;
}
.BgClassName
{
background-color: #6C7E6A;
}
</style>
border-color css
<style>
span { border-color: #6C7E6A; }
span { border-color: rgb(108,126,106); }
td.TdClassName
{
border-color: #6C7E6A;
}
.TagClassName
{
border-color: #6C7E6A;
}
</style>