Shades of Fedora #68586D
Tints of Fedora #68586D
RGB
CMYK
RGB Variations
Color information
#68586D (or 0x68586D) is known color: Fedora. HEX triplet: 68, 58 and 6D. RGB value is (104,88,109). Sum of RGB (Red+Green+Blue) = 104+88+109=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 109 - color contains mainly: blue. Hex color #68586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68586D is #97A792. Grayscale: #5F5F5F. Windows color (decimal): -9938835 or 7166056. OLE color: 7166056.
HSL color Cylindrical-coordinate representation of color #68586D: hue angle of 285.71º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #68586D is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 88 | 109 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.57 |
| HSL | 285.71º | 0.11% | 0.39% | - |
| HSV(B) | 285.71º | 0.19% | 0.43% | - |
| XYZ | 11.96 | 11.03 | 15.97 | - |
| YUV | 95.18 | 135.8 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 88 | 109 | 0.05 | 0.19 | 0 | 0.57 | 285.71 | 0.11 | 0.39 |
| Hex | 68 | 58 | 6D | 5 | 13 | 0 | 39 | 11E | B | 27 |
| Octal | 150 | 130 | 155 | 5 | 23 | 0 | 71 | 436 | 13 | 47 |
| Binary | 1101000 | 1011000 | 1101101 | 101 | 10011 | 0 | 111001 | 100011110 | 1011 | 100111 |
Color Harmonies of #68586D
Complementary color
Monochromatic Colors of #68586D
Black with #68586D
Text Example
Text Example
White with #68586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68586D; }
p { color: rgb(104,88,109); }
H1.HeaderClassName
{
color: #68586D;
}
.AnyTagClassName
{
color: #68586D;
}
</style>
background-color css
<style>
a { background-color: #68586D; }
a { background-color: rgb(104,88,109); }
div.DivClassName
{
background-color: #68586D;
}
.BgClassName
{
background-color: #68586D;
}
</style>
border-color css
<style>
span { border-color: #68586D; }
span { border-color: rgb(104,88,109); }
td.TdClassName
{
border-color: #68586D;
}
.TagClassName
{
border-color: #68586D;
}
</style>