Shades of Xanadu #6C7B67
Tints of Xanadu #6C7B67
RGB
CMYK
RGB Variations
Color information
#6C7B67 (or 0x6C7B67) is known color: Xanadu. HEX triplet: 6C, 7B and 67. RGB value is (108,123,103). Sum of RGB (Red+Green+Blue) = 108+123+103=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 123 - color contains mainly: green. Hex color #6C7B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7B67 is #938498. Grayscale: #747474. Windows color (decimal): -9667737 or 6781804. OLE color: 6781804.
HSL color Cylindrical-coordinate representation of color #6C7B67: hue angle of 105º 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 #6C7B67 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 123 | 103 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.52 |
| HSL | 105º | 0.09% | 0.44% | - |
| HSV(B) | 105º | 0.16% | 0.48% | - |
| XYZ | 15.72 | 18.33 | 15.54 | - |
| YUV | 116.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 123 | 103 | 0.12 | 0 | 0.16 | 0.52 | 105 | 0.09 | 0.44 |
| Hex | 6C | 7B | 67 | C | 0 | 10 | 34 | 69 | 9 | 2C |
| Octal | 154 | 173 | 147 | 14 | 0 | 20 | 64 | 151 | 11 | 54 |
| Binary | 1101100 | 1111011 | 1100111 | 1100 | 0 | 10000 | 110100 | 1101001 | 1001 | 101100 |
Color Harmonies of #6C7B67
Complementary color
Monochromatic Colors of #6C7B67
Black with #6C7B67
Text Example
Text Example
White with #6C7B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7B67; }
p { color: rgb(108,123,103); }
H1.HeaderClassName
{
color: #6C7B67;
}
.AnyTagClassName
{
color: #6C7B67;
}
</style>
background-color css
<style>
a { background-color: #6C7B67; }
a { background-color: rgb(108,123,103); }
div.DivClassName
{
background-color: #6C7B67;
}
.BgClassName
{
background-color: #6C7B67;
}
</style>
border-color css
<style>
span { border-color: #6C7B67; }
span { border-color: rgb(108,123,103); }
td.TdClassName
{
border-color: #6C7B67;
}
.TagClassName
{
border-color: #6C7B67;
}
</style>