Shades of Fedora #684E69
Tints of Fedora #684E69
RGB
CMYK
RGB Variations
Color information
#684E69 (or 0x684E69) is known color: Fedora. HEX triplet: 68, 4E and 69. RGB value is (104,78,105). Sum of RGB (Red+Green+Blue) = 104+78+105=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 105 - color contains mainly: blue. Hex color #684E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E69 is #97B196. Grayscale: #585858. Windows color (decimal): -9941399 or 6901352. OLE color: 6901352.
HSL color Cylindrical-coordinate representation of color #684E69: hue angle of 297.78º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #684E69 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 78 | 105 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.59 |
| HSL | 297.78º | 0.15% | 0.36% | - |
| HSV(B) | 297.78º | 0.26% | 0.41% | - |
| XYZ | 10.98 | 9.41 | 14.6 | - |
| YUV | 88.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 105 | 0.01 | 0.26 | 0 | 0.59 | 297.78 | 0.15 | 0.36 |
| Hex | 68 | 4E | 69 | 1 | 1A | 0 | 3B | 12A | F | 24 |
| Octal | 150 | 116 | 151 | 1 | 32 | 0 | 73 | 452 | 17 | 44 |
| Binary | 1101000 | 1001110 | 1101001 | 1 | 11010 | 0 | 111011 | 100101010 | 1111 | 100100 |
Color Harmonies of #684E69
Complementary color
Monochromatic Colors of #684E69
Black with #684E69
Text Example
Text Example
White with #684E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684E69; }
p { color: rgb(104,78,105); }
H1.HeaderClassName
{
color: #684E69;
}
.AnyTagClassName
{
color: #684E69;
}
</style>
background-color css
<style>
a { background-color: #684E69; }
a { background-color: rgb(104,78,105); }
div.DivClassName
{
background-color: #684E69;
}
.BgClassName
{
background-color: #684E69;
}
</style>
border-color css
<style>
span { border-color: #684E69; }
span { border-color: rgb(104,78,105); }
td.TdClassName
{
border-color: #684E69;
}
.TagClassName
{
border-color: #684E69;
}
</style>