Shades of Xanadu #6F796B
Tints of Xanadu #6F796B
RGB
CMYK
RGB Variations
Color information
#6F796B (or 0x6F796B) is known color: Xanadu. HEX triplet: 6F, 79 and 6B. RGB value is (111,121,107). Sum of RGB (Red+Green+Blue) = 111+121+107=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 121 - color contains mainly: green. Hex color #6F796B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F796B is #908694. Grayscale: #747474. Windows color (decimal): -9471637 or 7043439. OLE color: 7043439.
HSL color Cylindrical-coordinate representation of color #6F796B: hue angle of 102.86º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6F796B is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 121 | 107 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.53 |
| HSL | 102.86º | 0.06% | 0.45% | - |
| HSV(B) | 102.86º | 0.12% | 0.47% | - |
| XYZ | 16.05 | 18.12 | 16.56 | - |
| YUV | 116.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 121 | 107 | 0.08 | 0 | 0.12 | 0.53 | 102.86 | 0.06 | 0.45 |
| Hex | 6F | 79 | 6B | 8 | 0 | C | 35 | 67 | 6 | 2D |
| Octal | 157 | 171 | 153 | 10 | 0 | 14 | 65 | 147 | 6 | 55 |
| Binary | 1101111 | 1111001 | 1101011 | 1000 | 0 | 1100 | 110101 | 1100111 | 110 | 101101 |
Color Harmonies of #6F796B
Complementary color
Monochromatic Colors of #6F796B
Black with #6F796B
Text Example
Text Example
White with #6F796B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F796B; }
p { color: rgb(111,121,107); }
H1.HeaderClassName
{
color: #6F796B;
}
.AnyTagClassName
{
color: #6F796B;
}
</style>
background-color css
<style>
a { background-color: #6F796B; }
a { background-color: rgb(111,121,107); }
div.DivClassName
{
background-color: #6F796B;
}
.BgClassName
{
background-color: #6F796B;
}
</style>
border-color css
<style>
span { border-color: #6F796B; }
span { border-color: rgb(111,121,107); }
td.TdClassName
{
border-color: #6F796B;
}
.TagClassName
{
border-color: #6F796B;
}
</style>