Shades of Fedora #684E72
Tints of Fedora #684E72
RGB
CMYK
RGB Variations
Color information
#684E72 (or 0x684E72) is known color: Fedora. HEX triplet: 68, 4E and 72. RGB value is (104,78,114). Sum of RGB (Red+Green+Blue) = 104+78+114=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 114 - color contains mainly: blue. Hex color #684E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E72 is #97B18D. Grayscale: #595959. Windows color (decimal): -9941390 or 7491176. OLE color: 7491176.
HSL color Cylindrical-coordinate representation of color #684E72: hue angle of 283.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #684E72 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 78 | 114 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.55 |
| HSL | 283.33º | 0.19% | 0.38% | - |
| HSV(B) | 283.33º | 0.32% | 0.45% | - |
| XYZ | 11.47 | 9.61 | 17.17 | - |
| YUV | 89.88 | 141.61 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 114 | 0.09 | 0.32 | 0 | 0.55 | 283.33 | 0.19 | 0.38 |
| Hex | 68 | 4E | 72 | 9 | 20 | 0 | 37 | 11B | 13 | 26 |
| Octal | 150 | 116 | 162 | 11 | 40 | 0 | 67 | 433 | 23 | 46 |
| Binary | 1101000 | 1001110 | 1110010 | 1001 | 100000 | 0 | 110111 | 100011011 | 10011 | 100110 |
Color Harmonies of #684E72
Complementary color
Monochromatic Colors of #684E72
Black with #684E72
Text Example
Text Example
White with #684E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684E72; }
p { color: rgb(104,78,114); }
H1.HeaderClassName
{
color: #684E72;
}
.AnyTagClassName
{
color: #684E72;
}
</style>
background-color css
<style>
a { background-color: #684E72; }
a { background-color: rgb(104,78,114); }
div.DivClassName
{
background-color: #684E72;
}
.BgClassName
{
background-color: #684E72;
}
</style>
border-color css
<style>
span { border-color: #684E72; }
span { border-color: rgb(104,78,114); }
td.TdClassName
{
border-color: #684E72;
}
.TagClassName
{
border-color: #684E72;
}
</style>