Shades of Xanadu #6E8F69
Tints of Xanadu #6E8F69
RGB
CMYK
RGB Variations
Color information
#6E8F69 (or 0x6E8F69) is known color: Xanadu. HEX triplet: 6E, 8F and 69. RGB value is (110,143,105). Sum of RGB (Red+Green+Blue) = 110+143+105=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 143 - color contains mainly: green. Hex color #6E8F69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8F69 is #917096. Grayscale: #808080. Windows color (decimal): -9531543 or 6917998. OLE color: 6917998.
HSL color Cylindrical-coordinate representation of color #6E8F69: hue angle of 112.11º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E8F69 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 143 | 105 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.44 |
| HSL | 112.11º | 0.15% | 0.49% | - |
| HSV(B) | 112.11º | 0.27% | 0.56% | - |
| XYZ | 18.8 | 23.98 | 17 | - |
| YUV | 128.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 143 | 105 | 0.23 | 0 | 0.27 | 0.44 | 112.11 | 0.15 | 0.49 |
| Hex | 6E | 8F | 69 | 17 | 0 | 1B | 2C | 70 | F | 31 |
| Octal | 156 | 217 | 151 | 27 | 0 | 33 | 54 | 160 | 17 | 61 |
| Binary | 1101110 | 10001111 | 1101001 | 10111 | 0 | 11011 | 101100 | 1110000 | 1111 | 110001 |
Color Harmonies of #6E8F69
Complementary color
Monochromatic Colors of #6E8F69
Black with #6E8F69
Text Example
Text Example
White with #6E8F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8F69; }
p { color: rgb(110,143,105); }
H1.HeaderClassName
{
color: #6E8F69;
}
.AnyTagClassName
{
color: #6E8F69;
}
</style>
background-color css
<style>
a { background-color: #6E8F69; }
a { background-color: rgb(110,143,105); }
div.DivClassName
{
background-color: #6E8F69;
}
.BgClassName
{
background-color: #6E8F69;
}
</style>
border-color css
<style>
span { border-color: #6E8F69; }
span { border-color: rgb(110,143,105); }
td.TdClassName
{
border-color: #6E8F69;
}
.TagClassName
{
border-color: #6E8F69;
}
</style>