Shades of Fedora #684E6D
Tints of Fedora #684E6D
RGB
CMYK
RGB Variations
Color information
#684E6D (or 0x684E6D) is known color: Fedora. HEX triplet: 68, 4E and 6D. RGB value is (104,78,109). Sum of RGB (Red+Green+Blue) = 104+78+109=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #684E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E6D is #97B192. Grayscale: #595959. Windows color (decimal): -9941395 or 7163496. OLE color: 7163496.
HSL color Cylindrical-coordinate representation of color #684E6D: hue angle of 290.32º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #684E6D is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 78 | 109 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.57 |
| HSL | 290.32º | 0.17% | 0.37% | - |
| HSV(B) | 290.32º | 0.28% | 0.43% | - |
| XYZ | 11.19 | 9.5 | 15.71 | - |
| YUV | 89.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 109 | 0.05 | 0.28 | 0 | 0.57 | 290.32 | 0.17 | 0.37 |
| Hex | 68 | 4E | 6D | 5 | 1C | 0 | 39 | 122 | 11 | 25 |
| Octal | 150 | 116 | 155 | 5 | 34 | 0 | 71 | 442 | 21 | 45 |
| Binary | 1101000 | 1001110 | 1101101 | 101 | 11100 | 0 | 111001 | 100100010 | 10001 | 100101 |
Color Harmonies of #684E6D
Complementary color
Monochromatic Colors of #684E6D
Black with #684E6D
Text Example
Text Example
White with #684E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684E6D; }
p { color: rgb(104,78,109); }
H1.HeaderClassName
{
color: #684E6D;
}
.AnyTagClassName
{
color: #684E6D;
}
</style>
background-color css
<style>
a { background-color: #684E6D; }
a { background-color: rgb(104,78,109); }
div.DivClassName
{
background-color: #684E6D;
}
.BgClassName
{
background-color: #684E6D;
}
</style>
border-color css
<style>
span { border-color: #684E6D; }
span { border-color: rgb(104,78,109); }
td.TdClassName
{
border-color: #684E6D;
}
.TagClassName
{
border-color: #684E6D;
}
</style>