Shades of Xanadu #6F8168
Tints of Xanadu #6F8168
RGB
CMYK
RGB Variations
Color information
#6F8168 (or 0x6F8168) is known color: Xanadu. HEX triplet: 6F, 81 and 68. RGB value is (111,129,104). Sum of RGB (Red+Green+Blue) = 111+129+104=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 129 - color contains mainly: green. Hex color #6F8168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8168 is #907E97. Grayscale: #787878. Windows color (decimal): -9469592 or 6848879. OLE color: 6848879.
HSL color Cylindrical-coordinate representation of color #6F8168: hue angle of 103.2º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F8168 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 129 | 104 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.49 |
| HSL | 103.2º | 0.11% | 0.46% | - |
| HSV(B) | 103.2º | 0.19% | 0.51% | - |
| XYZ | 16.9 | 20.08 | 16.08 | - |
| YUV | 120.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 104 | 0.14 | 0 | 0.19 | 0.49 | 103.2 | 0.11 | 0.46 |
| Hex | 6F | 81 | 68 | E | 0 | 13 | 31 | 67 | B | 2E |
| Octal | 157 | 201 | 150 | 16 | 0 | 23 | 61 | 147 | 13 | 56 |
| Binary | 1101111 | 10000001 | 1101000 | 1110 | 0 | 10011 | 110001 | 1100111 | 1011 | 101110 |
Color Harmonies of #6F8168
Complementary color
Monochromatic Colors of #6F8168
Black with #6F8168
Text Example
Text Example
White with #6F8168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8168; }
p { color: rgb(111,129,104); }
H1.HeaderClassName
{
color: #6F8168;
}
.AnyTagClassName
{
color: #6F8168;
}
</style>
background-color css
<style>
a { background-color: #6F8168; }
a { background-color: rgb(111,129,104); }
div.DivClassName
{
background-color: #6F8168;
}
.BgClassName
{
background-color: #6F8168;
}
</style>
border-color css
<style>
span { border-color: #6F8168; }
span { border-color: rgb(111,129,104); }
td.TdClassName
{
border-color: #6F8168;
}
.TagClassName
{
border-color: #6F8168;
}
</style>