Shades of Xanadu #6F7A6B
Tints of Xanadu #6F7A6B
RGB
CMYK
RGB Variations
Color information
#6F7A6B (or 0x6F7A6B) is known color: Xanadu. HEX triplet: 6F, 7A and 6B. RGB value is (111,122,107). Sum of RGB (Red+Green+Blue) = 111+122+107=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 122 - color contains mainly: green. Hex color #6F7A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7A6B is #908594. Grayscale: #757575. Windows color (decimal): -9471381 or 7043695. OLE color: 7043695.
HSL color Cylindrical-coordinate representation of color #6F7A6B: hue angle of 104º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6F7A6B is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 122 | 107 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.52 |
| HSL | 104º | 0.07% | 0.45% | - |
| HSV(B) | 104º | 0.12% | 0.48% | - |
| XYZ | 16.17 | 18.36 | 16.6 | - |
| YUV | 117 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 122 | 107 | 0.09 | 0 | 0.12 | 0.52 | 104 | 0.07 | 0.45 |
| Hex | 6F | 7A | 6B | 9 | 0 | C | 34 | 68 | 7 | 2D |
| Octal | 157 | 172 | 153 | 11 | 0 | 14 | 64 | 150 | 7 | 55 |
| Binary | 1101111 | 1111010 | 1101011 | 1001 | 0 | 1100 | 110100 | 1101000 | 111 | 101101 |
Color Harmonies of #6F7A6B
Complementary color
Monochromatic Colors of #6F7A6B
Black with #6F7A6B
Text Example
Text Example
White with #6F7A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7A6B; }
p { color: rgb(111,122,107); }
H1.HeaderClassName
{
color: #6F7A6B;
}
.AnyTagClassName
{
color: #6F7A6B;
}
</style>
background-color css
<style>
a { background-color: #6F7A6B; }
a { background-color: rgb(111,122,107); }
div.DivClassName
{
background-color: #6F7A6B;
}
.BgClassName
{
background-color: #6F7A6B;
}
</style>
border-color css
<style>
span { border-color: #6F7A6B; }
span { border-color: rgb(111,122,107); }
td.TdClassName
{
border-color: #6F7A6B;
}
.TagClassName
{
border-color: #6F7A6B;
}
</style>