Shades of Xanadu #6F7A69
Tints of Xanadu #6F7A69
RGB
CMYK
RGB Variations
Color information
#6F7A69 (or 0x6F7A69) is known color: Xanadu. HEX triplet: 6F, 7A and 69. RGB value is (111,122,105). Sum of RGB (Red+Green+Blue) = 111+122+105=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 122 - color contains mainly: green. Hex color #6F7A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7A69 is #908596. Grayscale: #747474. Windows color (decimal): -9471383 or 6912623. OLE color: 6912623.
HSL color Cylindrical-coordinate representation of color #6F7A69: hue angle of 98.82º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F7A69 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 122 | 105 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.52 |
| HSL | 98.82º | 0.07% | 0.45% | - |
| HSV(B) | 98.82º | 0.14% | 0.48% | - |
| XYZ | 16.06 | 18.32 | 16.05 | - |
| YUV | 116.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 122 | 105 | 0.09 | 0 | 0.14 | 0.52 | 98.82 | 0.07 | 0.45 |
| Hex | 6F | 7A | 69 | 9 | 0 | E | 34 | 63 | 7 | 2D |
| Octal | 157 | 172 | 151 | 11 | 0 | 16 | 64 | 143 | 7 | 55 |
| Binary | 1101111 | 1111010 | 1101001 | 1001 | 0 | 1110 | 110100 | 1100011 | 111 | 101101 |
Color Harmonies of #6F7A69
Complementary color
Monochromatic Colors of #6F7A69
Black with #6F7A69
Text Example
Text Example
White with #6F7A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7A69; }
p { color: rgb(111,122,105); }
H1.HeaderClassName
{
color: #6F7A69;
}
.AnyTagClassName
{
color: #6F7A69;
}
</style>
background-color css
<style>
a { background-color: #6F7A69; }
a { background-color: rgb(111,122,105); }
div.DivClassName
{
background-color: #6F7A69;
}
.BgClassName
{
background-color: #6F7A69;
}
</style>
border-color css
<style>
span { border-color: #6F7A69; }
span { border-color: rgb(111,122,105); }
td.TdClassName
{
border-color: #6F7A69;
}
.TagClassName
{
border-color: #6F7A69;
}
</style>