Shades of Fedora #68496E
Tints of Fedora #68496E
RGB
CMYK
RGB Variations
Color information
#68496E (or 0x68496E) is known color: Fedora. HEX triplet: 68, 49 and 6E. RGB value is (104,73,110). Sum of RGB (Red+Green+Blue) = 104+73+110=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 110 - color contains mainly: blue. Hex color #68496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68496E is #97B691. Grayscale: #565656. Windows color (decimal): -9942674 or 7227752. OLE color: 7227752.
HSL color Cylindrical-coordinate representation of color #68496E: hue angle of 290.27º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68496E is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 73 | 110 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.57 |
| HSL | 290.27º | 0.2% | 0.36% | - |
| HSV(B) | 290.27º | 0.34% | 0.43% | - |
| XYZ | 10.91 | 8.83 | 15.88 | - |
| YUV | 86.49 | 141.27 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 110 | 0.05 | 0.34 | 0 | 0.57 | 290.27 | 0.2 | 0.36 |
| Hex | 68 | 49 | 6E | 5 | 22 | 0 | 39 | 122 | 14 | 24 |
| Octal | 150 | 111 | 156 | 5 | 42 | 0 | 71 | 442 | 24 | 44 |
| Binary | 1101000 | 1001001 | 1101110 | 101 | 100010 | 0 | 111001 | 100100010 | 10100 | 100100 |
Color Harmonies of #68496E
Complementary color
Monochromatic Colors of #68496E
Black with #68496E
Text Example
Text Example
White with #68496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68496E; }
p { color: rgb(104,73,110); }
H1.HeaderClassName
{
color: #68496E;
}
.AnyTagClassName
{
color: #68496E;
}
</style>
background-color css
<style>
a { background-color: #68496E; }
a { background-color: rgb(104,73,110); }
div.DivClassName
{
background-color: #68496E;
}
.BgClassName
{
background-color: #68496E;
}
</style>
border-color css
<style>
span { border-color: #68496E; }
span { border-color: rgb(104,73,110); }
td.TdClassName
{
border-color: #68496E;
}
.TagClassName
{
border-color: #68496E;
}
</style>