Shades of Xanadu #6B7E69
Tints of Xanadu #6B7E69
RGB
CMYK
RGB Variations
Color information
#6B7E69 (or 0x6B7E69) is known color: Xanadu. HEX triplet: 6B, 7E and 69. RGB value is (107,126,105). Sum of RGB (Red+Green+Blue) = 107+126+105=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 126 - color contains mainly: green. Hex color #6B7E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7E69 is #948196. Grayscale: #757575. Windows color (decimal): -9732503 or 6913643. OLE color: 6913643.
HSL color Cylindrical-coordinate representation of color #6B7E69: hue angle of 114.29º 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 #6B7E69 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 126 | 105 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.51 |
| HSL | 114.29º | 0.09% | 0.45% | - |
| HSV(B) | 114.29º | 0.17% | 0.49% | - |
| XYZ | 16.07 | 19.07 | 16.2 | - |
| YUV | 117.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 126 | 105 | 0.15 | 0 | 0.17 | 0.51 | 114.29 | 0.09 | 0.45 |
| Hex | 6B | 7E | 69 | F | 0 | 11 | 33 | 72 | 9 | 2D |
| Octal | 153 | 176 | 151 | 17 | 0 | 21 | 63 | 162 | 11 | 55 |
| Binary | 1101011 | 1111110 | 1101001 | 1111 | 0 | 10001 | 110011 | 1110010 | 1001 | 101101 |
Color Harmonies of #6B7E69
Complementary color
Monochromatic Colors of #6B7E69
Black with #6B7E69
Text Example
Text Example
White with #6B7E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7E69; }
p { color: rgb(107,126,105); }
H1.HeaderClassName
{
color: #6B7E69;
}
.AnyTagClassName
{
color: #6B7E69;
}
</style>
background-color css
<style>
a { background-color: #6B7E69; }
a { background-color: rgb(107,126,105); }
div.DivClassName
{
background-color: #6B7E69;
}
.BgClassName
{
background-color: #6B7E69;
}
</style>
border-color css
<style>
span { border-color: #6B7E69; }
span { border-color: rgb(107,126,105); }
td.TdClassName
{
border-color: #6B7E69;
}
.TagClassName
{
border-color: #6B7E69;
}
</style>