Shades of Xanadu #6D7A68
Tints of Xanadu #6D7A68
RGB
CMYK
RGB Variations
Color information
#6D7A68 (or 0x6D7A68) is known color: Xanadu. HEX triplet: 6D, 7A and 68. RGB value is (109,122,104). Sum of RGB (Red+Green+Blue) = 109+122+104=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 122 - color contains mainly: green. Hex color #6D7A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7A68 is #928597. Grayscale: #747474. Windows color (decimal): -9602456 or 6847085. OLE color: 6847085.
HSL color Cylindrical-coordinate representation of color #6D7A68: hue angle of 103.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6D7A68 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 122 | 104 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.52 |
| HSL | 103.33º | 0.08% | 0.44% | - |
| HSV(B) | 103.33º | 0.15% | 0.48% | - |
| XYZ | 15.76 | 18.17 | 15.77 | - |
| YUV | 116.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 122 | 104 | 0.11 | 0 | 0.15 | 0.52 | 103.33 | 0.08 | 0.44 |
| Hex | 6D | 7A | 68 | B | 0 | F | 34 | 67 | 8 | 2C |
| Octal | 155 | 172 | 150 | 13 | 0 | 17 | 64 | 147 | 10 | 54 |
| Binary | 1101101 | 1111010 | 1101000 | 1011 | 0 | 1111 | 110100 | 1100111 | 1000 | 101100 |
Color Harmonies of #6D7A68
Complementary color
Monochromatic Colors of #6D7A68
Black with #6D7A68
Text Example
Text Example
White with #6D7A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7A68; }
p { color: rgb(109,122,104); }
H1.HeaderClassName
{
color: #6D7A68;
}
.AnyTagClassName
{
color: #6D7A68;
}
</style>
background-color css
<style>
a { background-color: #6D7A68; }
a { background-color: rgb(109,122,104); }
div.DivClassName
{
background-color: #6D7A68;
}
.BgClassName
{
background-color: #6D7A68;
}
</style>
border-color css
<style>
span { border-color: #6D7A68; }
span { border-color: rgb(109,122,104); }
td.TdClassName
{
border-color: #6D7A68;
}
.TagClassName
{
border-color: #6D7A68;
}
</style>