Shades of Xanadu #6F7B6C
Tints of Xanadu #6F7B6C
RGB
CMYK
RGB Variations
Color information
#6F7B6C (or 0x6F7B6C) is known color: Xanadu. HEX triplet: 6F, 7B and 6C. RGB value is (111,123,108). Sum of RGB (Red+Green+Blue) = 111+123+108=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 123 - color contains mainly: green. Hex color #6F7B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7B6C is #908493. Grayscale: #757575. Windows color (decimal): -9471124 or 7109487. OLE color: 7109487.
HSL color Cylindrical-coordinate representation of color #6F7B6C: hue angle of 108º degrees, saturation: 0.06, 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 #6F7B6C is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 123 | 108 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.52 |
| HSL | 108º | 0.06% | 0.45% | - |
| HSV(B) | 108º | 0.12% | 0.48% | - |
| XYZ | 16.35 | 18.63 | 16.92 | - |
| YUV | 117.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 123 | 108 | 0.10 | 0 | 0.12 | 0.52 | 108 | 0.06 | 0.45 |
| Hex | 6F | 7B | 6C | A | 0 | C | 34 | 6C | 6 | 2D |
| Octal | 157 | 173 | 154 | 12 | 0 | 14 | 64 | 154 | 6 | 55 |
| Binary | 1101111 | 1111011 | 1101100 | 1010 | 0 | 1100 | 110100 | 1101100 | 110 | 101101 |
Color Harmonies of #6F7B6C
Complementary color
Monochromatic Colors of #6F7B6C
Black with #6F7B6C
Text Example
Text Example
White with #6F7B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7B6C; }
p { color: rgb(111,123,108); }
H1.HeaderClassName
{
color: #6F7B6C;
}
.AnyTagClassName
{
color: #6F7B6C;
}
</style>
background-color css
<style>
a { background-color: #6F7B6C; }
a { background-color: rgb(111,123,108); }
div.DivClassName
{
background-color: #6F7B6C;
}
.BgClassName
{
background-color: #6F7B6C;
}
</style>
border-color css
<style>
span { border-color: #6F7B6C; }
span { border-color: rgb(111,123,108); }
td.TdClassName
{
border-color: #6F7B6C;
}
.TagClassName
{
border-color: #6F7B6C;
}
</style>