Shades of Xanadu #6D7B67
Tints of Xanadu #6D7B67
RGB
CMYK
RGB Variations
Color information
#6D7B67 (or 0x6D7B67) is known color: Xanadu. HEX triplet: 6D, 7B and 67. RGB value is (109,123,103). Sum of RGB (Red+Green+Blue) = 109+123+103=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 123 - color contains mainly: green. Hex color #6D7B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7B67 is #928498. Grayscale: #747474. Windows color (decimal): -9602201 or 6781805. OLE color: 6781805.
HSL color Cylindrical-coordinate representation of color #6D7B67: hue angle of 102º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D7B67 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 109 | 123 | 103 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.52 |
| HSL | 102º | 0.09% | 0.44% | - |
| HSV(B) | 102º | 0.16% | 0.48% | - |
| XYZ | 15.84 | 18.4 | 15.55 | - |
| YUV | 116.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 123 | 103 | 0.11 | 0 | 0.16 | 0.52 | 102 | 0.09 | 0.44 |
| Hex | 6D | 7B | 67 | B | 0 | 10 | 34 | 66 | 9 | 2C |
| Octal | 155 | 173 | 147 | 13 | 0 | 20 | 64 | 146 | 11 | 54 |
| Binary | 1101101 | 1111011 | 1100111 | 1011 | 0 | 10000 | 110100 | 1100110 | 1001 | 101100 |
Color Harmonies of #6D7B67
Complementary color
Monochromatic Colors of #6D7B67
Black with #6D7B67
Text Example
Text Example
White with #6D7B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7B67; }
p { color: rgb(109,123,103); }
H1.HeaderClassName
{
color: #6D7B67;
}
.AnyTagClassName
{
color: #6D7B67;
}
</style>
background-color css
<style>
a { background-color: #6D7B67; }
a { background-color: rgb(109,123,103); }
div.DivClassName
{
background-color: #6D7B67;
}
.BgClassName
{
background-color: #6D7B67;
}
</style>
border-color css
<style>
span { border-color: #6D7B67; }
span { border-color: rgb(109,123,103); }
td.TdClassName
{
border-color: #6D7B67;
}
.TagClassName
{
border-color: #6D7B67;
}
</style>