Shades of Xanadu #6C7C67
Tints of Xanadu #6C7C67
RGB
CMYK
RGB Variations
Color information
#6C7C67 (or 0x6C7C67) is known color: Xanadu. HEX triplet: 6C, 7C and 67. RGB value is (108,124,103). Sum of RGB (Red+Green+Blue) = 108+124+103=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 124 - color contains mainly: green. Hex color #6C7C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7C67 is #938398. Grayscale: #747474. Windows color (decimal): -9667481 or 6782060. OLE color: 6782060.
HSL color Cylindrical-coordinate representation of color #6C7C67: hue angle of 105.71º 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 #6C7C67 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 124 | 103 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.51 |
| HSL | 105.71º | 0.09% | 0.45% | - |
| HSV(B) | 105.71º | 0.17% | 0.49% | - |
| XYZ | 15.84 | 18.58 | 15.58 | - |
| YUV | 116.82 | 120.2 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 124 | 103 | 0.13 | 0 | 0.17 | 0.51 | 105.71 | 0.09 | 0.45 |
| Hex | 6C | 7C | 67 | D | 0 | 11 | 33 | 6A | 9 | 2D |
| Octal | 154 | 174 | 147 | 15 | 0 | 21 | 63 | 152 | 11 | 55 |
| Binary | 1101100 | 1111100 | 1100111 | 1101 | 0 | 10001 | 110011 | 1101010 | 1001 | 101101 |
Color Harmonies of #6C7C67
Complementary color
Monochromatic Colors of #6C7C67
Black with #6C7C67
Text Example
Text Example
White with #6C7C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7C67; }
p { color: rgb(108,124,103); }
H1.HeaderClassName
{
color: #6C7C67;
}
.AnyTagClassName
{
color: #6C7C67;
}
</style>
background-color css
<style>
a { background-color: #6C7C67; }
a { background-color: rgb(108,124,103); }
div.DivClassName
{
background-color: #6C7C67;
}
.BgClassName
{
background-color: #6C7C67;
}
</style>
border-color css
<style>
span { border-color: #6C7C67; }
span { border-color: rgb(108,124,103); }
td.TdClassName
{
border-color: #6C7C67;
}
.TagClassName
{
border-color: #6C7C67;
}
</style>