Shades of Xanadu #6B7D68
Tints of Xanadu #6B7D68
RGB
CMYK
RGB Variations
Color information
#6B7D68 (or 0x6B7D68) is known color: Xanadu. HEX triplet: 6B, 7D and 68. RGB value is (107,125,104). Sum of RGB (Red+Green+Blue) = 107+125+104=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 125 - color contains mainly: green. Hex color #6B7D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7D68 is #948297. Grayscale: #757575. Windows color (decimal): -9732760 or 6847851. OLE color: 6847851.
HSL color Cylindrical-coordinate representation of color #6B7D68: hue angle of 111.43º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B7D68 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 125 | 104 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.51 |
| HSL | 111.43º | 0.09% | 0.45% | - |
| HSV(B) | 111.43º | 0.17% | 0.49% | - |
| XYZ | 15.9 | 18.79 | 15.89 | - |
| YUV | 117.22 | 120.54 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 125 | 104 | 0.14 | 0 | 0.17 | 0.51 | 111.43 | 0.09 | 0.45 |
| Hex | 6B | 7D | 68 | E | 0 | 11 | 33 | 6F | 9 | 2D |
| Octal | 153 | 175 | 150 | 16 | 0 | 21 | 63 | 157 | 11 | 55 |
| Binary | 1101011 | 1111101 | 1101000 | 1110 | 0 | 10001 | 110011 | 1101111 | 1001 | 101101 |
Color Harmonies of #6B7D68
Complementary color
Monochromatic Colors of #6B7D68
Black with #6B7D68
Text Example
Text Example
White with #6B7D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7D68; }
p { color: rgb(107,125,104); }
H1.HeaderClassName
{
color: #6B7D68;
}
.AnyTagClassName
{
color: #6B7D68;
}
</style>
background-color css
<style>
a { background-color: #6B7D68; }
a { background-color: rgb(107,125,104); }
div.DivClassName
{
background-color: #6B7D68;
}
.BgClassName
{
background-color: #6B7D68;
}
</style>
border-color css
<style>
span { border-color: #6B7D68; }
span { border-color: rgb(107,125,104); }
td.TdClassName
{
border-color: #6B7D68;
}
.TagClassName
{
border-color: #6B7D68;
}
</style>