Shades of Xanadu #6F7D67
Tints of Xanadu #6F7D67
RGB
CMYK
RGB Variations
Color information
#6F7D67 (or 0x6F7D67) is known color: Xanadu. HEX triplet: 6F, 7D and 67. RGB value is (111,125,103). Sum of RGB (Red+Green+Blue) = 111+125+103=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 125 - color contains mainly: green. Hex color #6F7D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7D67 is #908298. Grayscale: #767676. Windows color (decimal): -9470617 or 6782319. OLE color: 6782319.
HSL color Cylindrical-coordinate representation of color #6F7D67: hue angle of 98.18º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F7D67 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 125 | 103 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.51 |
| HSL | 98.18º | 0.1% | 0.45% | - |
| HSV(B) | 98.18º | 0.18% | 0.49% | - |
| XYZ | 16.34 | 19.03 | 15.64 | - |
| YUV | 118.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 125 | 103 | 0.11 | 0 | 0.18 | 0.51 | 98.18 | 0.1 | 0.45 |
| Hex | 6F | 7D | 67 | B | 0 | 12 | 33 | 62 | A | 2D |
| Octal | 157 | 175 | 147 | 13 | 0 | 22 | 63 | 142 | 12 | 55 |
| Binary | 1101111 | 1111101 | 1100111 | 1011 | 0 | 10010 | 110011 | 1100010 | 1010 | 101101 |
Color Harmonies of #6F7D67
Complementary color
Monochromatic Colors of #6F7D67
Black with #6F7D67
Text Example
Text Example
White with #6F7D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7D67; }
p { color: rgb(111,125,103); }
H1.HeaderClassName
{
color: #6F7D67;
}
.AnyTagClassName
{
color: #6F7D67;
}
</style>
background-color css
<style>
a { background-color: #6F7D67; }
a { background-color: rgb(111,125,103); }
div.DivClassName
{
background-color: #6F7D67;
}
.BgClassName
{
background-color: #6F7D67;
}
</style>
border-color css
<style>
span { border-color: #6F7D67; }
span { border-color: rgb(111,125,103); }
td.TdClassName
{
border-color: #6F7D67;
}
.TagClassName
{
border-color: #6F7D67;
}
</style>