Shades of Fedora #684E6A
Tints of Fedora #684E6A
RGB
CMYK
RGB Variations
Color information
#684E6A (or 0x684E6A) is known color: Fedora. HEX triplet: 68, 4E and 6A. RGB value is (104,78,106). Sum of RGB (Red+Green+Blue) = 104+78+106=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 106 - color contains mainly: blue. Hex color #684E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E6A is #97B195. Grayscale: #585858. Windows color (decimal): -9941398 or 6966888. OLE color: 6966888.
HSL color Cylindrical-coordinate representation of color #684E6A: hue angle of 295.71º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #684E6A is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 78 | 106 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.58 |
| HSL | 295.71º | 0.15% | 0.36% | - |
| HSV(B) | 295.71º | 0.26% | 0.42% | - |
| XYZ | 11.03 | 9.43 | 14.87 | - |
| YUV | 88.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 106 | 0.02 | 0.26 | 0 | 0.58 | 295.71 | 0.15 | 0.36 |
| Hex | 68 | 4E | 6A | 2 | 1A | 0 | 3A | 128 | F | 24 |
| Octal | 150 | 116 | 152 | 2 | 32 | 0 | 72 | 450 | 17 | 44 |
| Binary | 1101000 | 1001110 | 1101010 | 10 | 11010 | 0 | 111010 | 100101000 | 1111 | 100100 |
Color Harmonies of #684E6A
Complementary color
Monochromatic Colors of #684E6A
Black with #684E6A
Text Example
Text Example
White with #684E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684E6A; }
p { color: rgb(104,78,106); }
H1.HeaderClassName
{
color: #684E6A;
}
.AnyTagClassName
{
color: #684E6A;
}
</style>
background-color css
<style>
a { background-color: #684E6A; }
a { background-color: rgb(104,78,106); }
div.DivClassName
{
background-color: #684E6A;
}
.BgClassName
{
background-color: #684E6A;
}
</style>
border-color css
<style>
span { border-color: #684E6A; }
span { border-color: rgb(104,78,106); }
td.TdClassName
{
border-color: #684E6A;
}
.TagClassName
{
border-color: #684E6A;
}
</style>