Shades of Fedora #68516D
Tints of Fedora #68516D
RGB
CMYK
RGB Variations
Color information
#68516D (or 0x68516D) is known color: Fedora. HEX triplet: 68, 51 and 6D. RGB value is (104,81,109). Sum of RGB (Red+Green+Blue) = 104+81+109=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 109 - color contains mainly: blue. Hex color #68516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68516D is #97AE92. Grayscale: #5A5A5A. Windows color (decimal): -9940627 or 7164264. OLE color: 7164264.
HSL color Cylindrical-coordinate representation of color #68516D: hue angle of 289.29º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68516D is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 81 | 109 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.57 |
| HSL | 289.29º | 0.15% | 0.37% | - |
| HSV(B) | 289.29º | 0.26% | 0.43% | - |
| XYZ | 11.41 | 9.93 | 15.78 | - |
| YUV | 91.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 109 | 0.05 | 0.26 | 0 | 0.57 | 289.29 | 0.15 | 0.37 |
| Hex | 68 | 51 | 6D | 5 | 1A | 0 | 39 | 121 | F | 25 |
| Octal | 150 | 121 | 155 | 5 | 32 | 0 | 71 | 441 | 17 | 45 |
| Binary | 1101000 | 1010001 | 1101101 | 101 | 11010 | 0 | 111001 | 100100001 | 1111 | 100101 |
Color Harmonies of #68516D
Complementary color
Monochromatic Colors of #68516D
Black with #68516D
Text Example
Text Example
White with #68516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68516D; }
p { color: rgb(104,81,109); }
H1.HeaderClassName
{
color: #68516D;
}
.AnyTagClassName
{
color: #68516D;
}
</style>
background-color css
<style>
a { background-color: #68516D; }
a { background-color: rgb(104,81,109); }
div.DivClassName
{
background-color: #68516D;
}
.BgClassName
{
background-color: #68516D;
}
</style>
border-color css
<style>
span { border-color: #68516D; }
span { border-color: rgb(104,81,109); }
td.TdClassName
{
border-color: #68516D;
}
.TagClassName
{
border-color: #68516D;
}
</style>