Shades of Xanadu #6D9167
Tints of Xanadu #6D9167
RGB
CMYK
RGB Variations
Color information
#6D9167 (or 0x6D9167) is known color: Xanadu. HEX triplet: 6D, 91 and 67. RGB value is (109,145,103). Sum of RGB (Red+Green+Blue) = 109+145+103=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #6D9167 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9167 is #926E98. Grayscale: #818181. Windows color (decimal): -9596569 or 6787437. OLE color: 6787437.
HSL color Cylindrical-coordinate representation of color #6D9167: hue angle of 111.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D9167 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 145 | 103 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.43 |
| HSL | 111.43º | 0.17% | 0.49% | - |
| HSV(B) | 111.43º | 0.29% | 0.57% | - |
| XYZ | 18.88 | 24.48 | 16.56 | - |
| YUV | 129.45 | 113.07 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 145 | 103 | 0.25 | 0 | 0.29 | 0.43 | 111.43 | 0.17 | 0.49 |
| Hex | 6D | 91 | 67 | 19 | 0 | 1D | 2B | 6F | 11 | 31 |
| Octal | 155 | 221 | 147 | 31 | 0 | 35 | 53 | 157 | 21 | 61 |
| Binary | 1101101 | 10010001 | 1100111 | 11001 | 0 | 11101 | 101011 | 1101111 | 10001 | 110001 |
Color Harmonies of #6D9167
Complementary color
Monochromatic Colors of #6D9167
Black with #6D9167
Text Example
Text Example
White with #6D9167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9167; }
p { color: rgb(109,145,103); }
H1.HeaderClassName
{
color: #6D9167;
}
.AnyTagClassName
{
color: #6D9167;
}
</style>
background-color css
<style>
a { background-color: #6D9167; }
a { background-color: rgb(109,145,103); }
div.DivClassName
{
background-color: #6D9167;
}
.BgClassName
{
background-color: #6D9167;
}
</style>
border-color css
<style>
span { border-color: #6D9167; }
span { border-color: rgb(109,145,103); }
td.TdClassName
{
border-color: #6D9167;
}
.TagClassName
{
border-color: #6D9167;
}
</style>