Shades of Xanadu #6B8069
Tints of Xanadu #6B8069
RGB
CMYK
RGB Variations
Color information
#6B8069 (or 0x6B8069) is known color: Xanadu. HEX triplet: 6B, 80 and 69. RGB value is (107,128,105). Sum of RGB (Red+Green+Blue) = 107+128+105=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 128 - color contains mainly: green. Hex color #6B8069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8069 is #947F96. Grayscale: #777777. Windows color (decimal): -9731991 or 6914155. OLE color: 6914155.
HSL color Cylindrical-coordinate representation of color #6B8069: hue angle of 114.78º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B8069 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 128 | 105 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.50 |
| HSL | 114.78º | 0.1% | 0.46% | - |
| HSV(B) | 114.78º | 0.18% | 0.5% | - |
| XYZ | 16.33 | 19.58 | 16.28 | - |
| YUV | 119.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 128 | 105 | 0.16 | 0 | 0.18 | 0.50 | 114.78 | 0.1 | 0.46 |
| Hex | 6B | 80 | 69 | 10 | 0 | 12 | 32 | 73 | A | 2E |
| Octal | 153 | 200 | 151 | 20 | 0 | 22 | 62 | 163 | 12 | 56 |
| Binary | 1101011 | 10000000 | 1101001 | 10000 | 0 | 10010 | 110010 | 1110011 | 1010 | 101110 |
Color Harmonies of #6B8069
Complementary color
Monochromatic Colors of #6B8069
Black with #6B8069
Text Example
Text Example
White with #6B8069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8069; }
p { color: rgb(107,128,105); }
H1.HeaderClassName
{
color: #6B8069;
}
.AnyTagClassName
{
color: #6B8069;
}
</style>
background-color css
<style>
a { background-color: #6B8069; }
a { background-color: rgb(107,128,105); }
div.DivClassName
{
background-color: #6B8069;
}
.BgClassName
{
background-color: #6B8069;
}
</style>
border-color css
<style>
span { border-color: #6B8069; }
span { border-color: rgb(107,128,105); }
td.TdClassName
{
border-color: #6B8069;
}
.TagClassName
{
border-color: #6B8069;
}
</style>