Shades of Fedora #684968
Tints of Fedora #684968
RGB
CMYK
RGB Variations
Color information
#684968 (or 0x684968) is known color: Fedora. HEX triplet: 68, 49 and 68. RGB value is (104,73,104). Sum of RGB (Red+Green+Blue) = 104+73+104=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #684968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684968 is #97B697. Grayscale: #555555. Windows color (decimal): -9942680 or 6834536. OLE color: 6834536.
HSL color Cylindrical-coordinate representation of color #684968: hue angle of 300º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #684968 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 73 | 104 | - |
| CMYK | 0 | 0.30 | 0 | 0.59 |
| HSL | 300º | 0.18% | 0.35% | - |
| HSV(B) | 300º | 0.3% | 0.41% | - |
| XYZ | 10.59 | 8.71 | 14.22 | - |
| YUV | 85.8 | 138.27 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 104 | 0 | 0.30 | 0 | 0.59 | 300 | 0.18 | 0.35 |
| Hex | 68 | 49 | 68 | 0 | 1E | 0 | 3B | 12C | 12 | 23 |
| Octal | 150 | 111 | 150 | 0 | 36 | 0 | 73 | 454 | 22 | 43 |
| Binary | 1101000 | 1001001 | 1101000 | 0 | 11110 | 0 | 111011 | 100101100 | 10010 | 100011 |
Color Harmonies of #684968
Complementary color
Monochromatic Colors of #684968
Black with #684968
Text Example
Text Example
White with #684968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684968; }
p { color: rgb(104,73,104); }
H1.HeaderClassName
{
color: #684968;
}
.AnyTagClassName
{
color: #684968;
}
</style>
background-color css
<style>
a { background-color: #684968; }
a { background-color: rgb(104,73,104); }
div.DivClassName
{
background-color: #684968;
}
.BgClassName
{
background-color: #684968;
}
</style>
border-color css
<style>
span { border-color: #684968; }
span { border-color: rgb(104,73,104); }
td.TdClassName
{
border-color: #684968;
}
.TagClassName
{
border-color: #684968;
}
</style>