Shades of Xanadu #6F736E
Tints of Xanadu #6F736E
RGB
CMYK
RGB Variations
Color information
#6F736E (or 0x6F736E) is known color: Xanadu. HEX triplet: 6F, 73 and 6E. RGB value is (111,115,110). Sum of RGB (Red+Green+Blue) = 111+115+110=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 115 - color contains mainly: green. Hex color #6F736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F736E is #908C91. Grayscale: #717171. Windows color (decimal): -9473170 or 7238511. OLE color: 7238511.
HSL color Cylindrical-coordinate representation of color #6F736E: hue angle of 108º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6F736E is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 115 | 110 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.55 |
| HSL | 108º | 0.02% | 0.44% | - |
| HSV(B) | 108º | 0.04% | 0.45% | - |
| XYZ | 15.5 | 16.77 | 17.17 | - |
| YUV | 113.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 110 | 0.03 | 0 | 0.04 | 0.55 | 108 | 0.02 | 0.44 |
| Hex | 6F | 73 | 6E | 3 | 0 | 4 | 37 | 6C | 2 | 2C |
| Octal | 157 | 163 | 156 | 3 | 0 | 4 | 67 | 154 | 2 | 54 |
| Binary | 1101111 | 1110011 | 1101110 | 11 | 0 | 100 | 110111 | 1101100 | 10 | 101100 |
Color Harmonies of #6F736E
Complementary color
Monochromatic Colors of #6F736E
Black with #6F736E
Text Example
Text Example
White with #6F736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F736E; }
p { color: rgb(111,115,110); }
H1.HeaderClassName
{
color: #6F736E;
}
.AnyTagClassName
{
color: #6F736E;
}
</style>
background-color css
<style>
a { background-color: #6F736E; }
a { background-color: rgb(111,115,110); }
div.DivClassName
{
background-color: #6F736E;
}
.BgClassName
{
background-color: #6F736E;
}
</style>
border-color css
<style>
span { border-color: #6F736E; }
span { border-color: rgb(111,115,110); }
td.TdClassName
{
border-color: #6F736E;
}
.TagClassName
{
border-color: #6F736E;
}
</style>