Shades of Xanadu #6F806C
Tints of Xanadu #6F806C
RGB
CMYK
RGB Variations
Color information
#6F806C (or 0x6F806C) is known color: Xanadu. HEX triplet: 6F, 80 and 6C. RGB value is (111,128,108). Sum of RGB (Red+Green+Blue) = 111+128+108=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 128 - color contains mainly: green. Hex color #6F806C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F806C is #907F93. Grayscale: #787878. Windows color (decimal): -9469844 or 7110767. OLE color: 7110767.
HSL color Cylindrical-coordinate representation of color #6F806C: hue angle of 111º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F806C is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 128 | 108 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.50 |
| HSL | 111º | 0.08% | 0.46% | - |
| HSV(B) | 111º | 0.16% | 0.5% | - |
| XYZ | 16.98 | 19.9 | 17.13 | - |
| YUV | 120.64 | 120.87 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 128 | 108 | 0.13 | 0 | 0.16 | 0.50 | 111 | 0.08 | 0.46 |
| Hex | 6F | 80 | 6C | D | 0 | 10 | 32 | 6F | 8 | 2E |
| Octal | 157 | 200 | 154 | 15 | 0 | 20 | 62 | 157 | 10 | 56 |
| Binary | 1101111 | 10000000 | 1101100 | 1101 | 0 | 10000 | 110010 | 1101111 | 1000 | 101110 |
Color Harmonies of #6F806C
Complementary color
Monochromatic Colors of #6F806C
Black with #6F806C
Text Example
Text Example
White with #6F806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F806C; }
p { color: rgb(111,128,108); }
H1.HeaderClassName
{
color: #6F806C;
}
.AnyTagClassName
{
color: #6F806C;
}
</style>
background-color css
<style>
a { background-color: #6F806C; }
a { background-color: rgb(111,128,108); }
div.DivClassName
{
background-color: #6F806C;
}
.BgClassName
{
background-color: #6F806C;
}
</style>
border-color css
<style>
span { border-color: #6F806C; }
span { border-color: rgb(111,128,108); }
td.TdClassName
{
border-color: #6F806C;
}
.TagClassName
{
border-color: #6F806C;
}
</style>