Shades of Xanadu #6B7E66
Tints of Xanadu #6B7E66
RGB
CMYK
RGB Variations
Color information
#6B7E66 (or 0x6B7E66) is known color: Xanadu. HEX triplet: 6B, 7E and 66. RGB value is (107,126,102). Sum of RGB (Red+Green+Blue) = 107+126+102=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 126 - color contains mainly: green. Hex color #6B7E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7E66 is #948199. Grayscale: #757575. Windows color (decimal): -9732506 or 6717035. OLE color: 6717035.
HSL color Cylindrical-coordinate representation of color #6B7E66: hue angle of 107.5º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B7E66 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 126 | 102 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.51 |
| HSL | 107.5º | 0.11% | 0.45% | - |
| HSV(B) | 107.5º | 0.19% | 0.49% | - |
| XYZ | 15.92 | 19.01 | 15.4 | - |
| YUV | 117.58 | 119.21 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 126 | 102 | 0.15 | 0 | 0.19 | 0.51 | 107.5 | 0.11 | 0.45 |
| Hex | 6B | 7E | 66 | F | 0 | 13 | 33 | 6C | B | 2D |
| Octal | 153 | 176 | 146 | 17 | 0 | 23 | 63 | 154 | 13 | 55 |
| Binary | 1101011 | 1111110 | 1100110 | 1111 | 0 | 10011 | 110011 | 1101100 | 1011 | 101101 |
Color Harmonies of #6B7E66
Complementary color
Monochromatic Colors of #6B7E66
Black with #6B7E66
Text Example
Text Example
White with #6B7E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7E66; }
p { color: rgb(107,126,102); }
H1.HeaderClassName
{
color: #6B7E66;
}
.AnyTagClassName
{
color: #6B7E66;
}
</style>
background-color css
<style>
a { background-color: #6B7E66; }
a { background-color: rgb(107,126,102); }
div.DivClassName
{
background-color: #6B7E66;
}
.BgClassName
{
background-color: #6B7E66;
}
</style>
border-color css
<style>
span { border-color: #6B7E66; }
span { border-color: rgb(107,126,102); }
td.TdClassName
{
border-color: #6B7E66;
}
.TagClassName
{
border-color: #6B7E66;
}
</style>