Shades of Xanadu #6B7D67
Tints of Xanadu #6B7D67
RGB
CMYK
RGB Variations
Color information
#6B7D67 (or 0x6B7D67) is known color: Xanadu. HEX triplet: 6B, 7D and 67. RGB value is (107,125,103). Sum of RGB (Red+Green+Blue) = 107+125+103=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 125 - color contains mainly: green. Hex color #6B7D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7D67 is #948298. Grayscale: #757575. Windows color (decimal): -9732761 or 6782315. OLE color: 6782315.
HSL color Cylindrical-coordinate representation of color #6B7D67: hue angle of 109.09º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B7D67 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 125 | 103 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.51 |
| HSL | 109.09º | 0.1% | 0.45% | - |
| HSV(B) | 109.09º | 0.18% | 0.49% | - |
| XYZ | 15.85 | 18.77 | 15.62 | - |
| YUV | 117.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 125 | 103 | 0.14 | 0 | 0.18 | 0.51 | 109.09 | 0.1 | 0.45 |
| Hex | 6B | 7D | 67 | E | 0 | 12 | 33 | 6D | A | 2D |
| Octal | 153 | 175 | 147 | 16 | 0 | 22 | 63 | 155 | 12 | 55 |
| Binary | 1101011 | 1111101 | 1100111 | 1110 | 0 | 10010 | 110011 | 1101101 | 1010 | 101101 |
Color Harmonies of #6B7D67
Complementary color
Monochromatic Colors of #6B7D67
Black with #6B7D67
Text Example
Text Example
White with #6B7D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7D67; }
p { color: rgb(107,125,103); }
H1.HeaderClassName
{
color: #6B7D67;
}
.AnyTagClassName
{
color: #6B7D67;
}
</style>
background-color css
<style>
a { background-color: #6B7D67; }
a { background-color: rgb(107,125,103); }
div.DivClassName
{
background-color: #6B7D67;
}
.BgClassName
{
background-color: #6B7D67;
}
</style>
border-color css
<style>
span { border-color: #6B7D67; }
span { border-color: rgb(107,125,103); }
td.TdClassName
{
border-color: #6B7D67;
}
.TagClassName
{
border-color: #6B7D67;
}
</style>