Shades of Fedora #684D72
Tints of Fedora #684D72
RGB
CMYK
RGB Variations
Color information
#684D72 (or 0x684D72) is known color: Fedora. HEX triplet: 68, 4D and 72. RGB value is (104,77,114). Sum of RGB (Red+Green+Blue) = 104+77+114=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: blue. Hex color #684D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684D72 is #97B28D. Grayscale: #595959. Windows color (decimal): -9941646 or 7490920. OLE color: 7490920.
HSL color Cylindrical-coordinate representation of color #684D72: hue angle of 283.78º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #684D72 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 77 | 114 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.55 |
| HSL | 283.78º | 0.19% | 0.37% | - |
| HSV(B) | 283.78º | 0.32% | 0.45% | - |
| XYZ | 11.4 | 9.47 | 17.15 | - |
| YUV | 89.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 114 | 0.09 | 0.32 | 0 | 0.55 | 283.78 | 0.19 | 0.37 |
| Hex | 68 | 4D | 72 | 9 | 20 | 0 | 37 | 11C | 13 | 25 |
| Octal | 150 | 115 | 162 | 11 | 40 | 0 | 67 | 434 | 23 | 45 |
| Binary | 1101000 | 1001101 | 1110010 | 1001 | 100000 | 0 | 110111 | 100011100 | 10011 | 100101 |
Color Harmonies of #684D72
Complementary color
Monochromatic Colors of #684D72
Black with #684D72
Text Example
Text Example
White with #684D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D72; }
p { color: rgb(104,77,114); }
H1.HeaderClassName
{
color: #684D72;
}
.AnyTagClassName
{
color: #684D72;
}
</style>
background-color css
<style>
a { background-color: #684D72; }
a { background-color: rgb(104,77,114); }
div.DivClassName
{
background-color: #684D72;
}
.BgClassName
{
background-color: #684D72;
}
</style>
border-color css
<style>
span { border-color: #684D72; }
span { border-color: rgb(104,77,114); }
td.TdClassName
{
border-color: #684D72;
}
.TagClassName
{
border-color: #684D72;
}
</style>