Shades of Xanadu #6F896C
Tints of Xanadu #6F896C
RGB
CMYK
RGB Variations
Color information
#6F896C (or 0x6F896C) is known color: Xanadu. HEX triplet: 6F, 89 and 6C. RGB value is (111,137,108). Sum of RGB (Red+Green+Blue) = 111+137+108=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #6F896C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F896C is #907693. Grayscale: #7E7E7E. Windows color (decimal): -9467540 or 7113071. OLE color: 7113071.
HSL color Cylindrical-coordinate representation of color #6F896C: hue angle of 113.79º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F896C is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 108 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.46 |
| HSL | 113.79º | 0.12% | 0.48% | - |
| HSV(B) | 113.79º | 0.21% | 0.54% | - |
| XYZ | 18.21 | 22.35 | 17.54 | - |
| YUV | 125.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 108 | 0.19 | 0 | 0.21 | 0.46 | 113.79 | 0.12 | 0.48 |
| Hex | 6F | 89 | 6C | 13 | 0 | 15 | 2E | 72 | C | 30 |
| Octal | 157 | 211 | 154 | 23 | 0 | 25 | 56 | 162 | 14 | 60 |
| Binary | 1101111 | 10001001 | 1101100 | 10011 | 0 | 10101 | 101110 | 1110010 | 1100 | 110000 |
Color Harmonies of #6F896C
Complementary color
Monochromatic Colors of #6F896C
Black with #6F896C
Text Example
Text Example
White with #6F896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F896C; }
p { color: rgb(111,137,108); }
H1.HeaderClassName
{
color: #6F896C;
}
.AnyTagClassName
{
color: #6F896C;
}
</style>
background-color css
<style>
a { background-color: #6F896C; }
a { background-color: rgb(111,137,108); }
div.DivClassName
{
background-color: #6F896C;
}
.BgClassName
{
background-color: #6F896C;
}
</style>
border-color css
<style>
span { border-color: #6F896C; }
span { border-color: rgb(111,137,108); }
td.TdClassName
{
border-color: #6F896C;
}
.TagClassName
{
border-color: #6F896C;
}
</style>