Shades of Fedora #685E6C
Tints of Fedora #685E6C
RGB
CMYK
RGB Variations
Color information
#685E6C (or 0x685E6C) is known color: Fedora. HEX triplet: 68, 5E and 6C. RGB value is (104,94,108). Sum of RGB (Red+Green+Blue) = 104+94+108=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 108 - color contains mainly: blue. Hex color #685E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E6C is #97A193. Grayscale: #626262. Windows color (decimal): -9937300 or 7102056. OLE color: 7102056.
HSL color Cylindrical-coordinate representation of color #685E6C: hue angle of 282.86º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #685E6C is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 94 | 108 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.58 |
| HSL | 282.86º | 0.07% | 0.4% | - |
| HSV(B) | 282.86º | 0.13% | 0.42% | - |
| XYZ | 12.42 | 12.03 | 15.86 | - |
| YUV | 98.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 108 | 0.04 | 0.13 | 0 | 0.58 | 282.86 | 0.07 | 0.4 |
| Hex | 68 | 5E | 6C | 4 | D | 0 | 3A | 11B | 7 | 28 |
| Octal | 150 | 136 | 154 | 4 | 15 | 0 | 72 | 433 | 7 | 50 |
| Binary | 1101000 | 1011110 | 1101100 | 100 | 1101 | 0 | 111010 | 100011011 | 111 | 101000 |
Color Harmonies of #685E6C
Complementary color
Monochromatic Colors of #685E6C
Black with #685E6C
Text Example
Text Example
White with #685E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E6C; }
p { color: rgb(104,94,108); }
H1.HeaderClassName
{
color: #685E6C;
}
.AnyTagClassName
{
color: #685E6C;
}
</style>
background-color css
<style>
a { background-color: #685E6C; }
a { background-color: rgb(104,94,108); }
div.DivClassName
{
background-color: #685E6C;
}
.BgClassName
{
background-color: #685E6C;
}
</style>
border-color css
<style>
span { border-color: #685E6C; }
span { border-color: rgb(104,94,108); }
td.TdClassName
{
border-color: #685E6C;
}
.TagClassName
{
border-color: #685E6C;
}
</style>