Shades of Fedora #68516B
Tints of Fedora #68516B
RGB
CMYK
RGB Variations
Color information
#68516B (or 0x68516B) is known color: Fedora. HEX triplet: 68, 51 and 6B. RGB value is (104,81,107). Sum of RGB (Red+Green+Blue) = 104+81+107=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 107 - color contains mainly: blue. Hex color #68516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68516B is #97AE94. Grayscale: #5A5A5A. Windows color (decimal): -9940629 or 7033192. OLE color: 7033192.
HSL color Cylindrical-coordinate representation of color #68516B: hue angle of 293.08º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #68516B is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 81 | 107 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.58 |
| HSL | 293.08º | 0.14% | 0.37% | - |
| HSV(B) | 293.08º | 0.24% | 0.42% | - |
| XYZ | 11.31 | 9.89 | 15.22 | - |
| YUV | 90.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 107 | 0.03 | 0.24 | 0 | 0.58 | 293.08 | 0.14 | 0.37 |
| Hex | 68 | 51 | 6B | 3 | 18 | 0 | 3A | 125 | E | 25 |
| Octal | 150 | 121 | 153 | 3 | 30 | 0 | 72 | 445 | 16 | 45 |
| Binary | 1101000 | 1010001 | 1101011 | 11 | 11000 | 0 | 111010 | 100100101 | 1110 | 100101 |
Color Harmonies of #68516B
Complementary color
Monochromatic Colors of #68516B
Black with #68516B
Text Example
Text Example
White with #68516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68516B; }
p { color: rgb(104,81,107); }
H1.HeaderClassName
{
color: #68516B;
}
.AnyTagClassName
{
color: #68516B;
}
</style>
background-color css
<style>
a { background-color: #68516B; }
a { background-color: rgb(104,81,107); }
div.DivClassName
{
background-color: #68516B;
}
.BgClassName
{
background-color: #68516B;
}
</style>
border-color css
<style>
span { border-color: #68516B; }
span { border-color: rgb(104,81,107); }
td.TdClassName
{
border-color: #68516B;
}
.TagClassName
{
border-color: #68516B;
}
</style>