Shades of Fedora #685E69
Tints of Fedora #685E69
RGB
CMYK
RGB Variations
Color information
#685E69 (or 0x685E69) is known color: Fedora. HEX triplet: 68, 5E and 69. RGB value is (104,94,105). Sum of RGB (Red+Green+Blue) = 104+94+105=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 105 - color contains mainly: blue. Hex color #685E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E69 is #97A196. Grayscale: #626262. Windows color (decimal): -9937303 or 6905448. OLE color: 6905448.
HSL color Cylindrical-coordinate representation of color #685E69: hue angle of 294.55º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #685E69 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 94 | 105 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.59 |
| HSL | 294.55º | 0.06% | 0.39% | - |
| HSV(B) | 294.55º | 0.1% | 0.41% | - |
| XYZ | 12.26 | 11.97 | 15.03 | - |
| YUV | 98.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 105 | 0.01 | 0.10 | 0 | 0.59 | 294.55 | 0.06 | 0.39 |
| Hex | 68 | 5E | 69 | 1 | A | 0 | 3B | 127 | 6 | 27 |
| Octal | 150 | 136 | 151 | 1 | 12 | 0 | 73 | 447 | 6 | 47 |
| Binary | 1101000 | 1011110 | 1101001 | 1 | 1010 | 0 | 111011 | 100100111 | 110 | 100111 |
Color Harmonies of #685E69
Complementary color
Monochromatic Colors of #685E69
Black with #685E69
Text Example
Text Example
White with #685E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E69; }
p { color: rgb(104,94,105); }
H1.HeaderClassName
{
color: #685E69;
}
.AnyTagClassName
{
color: #685E69;
}
</style>
background-color css
<style>
a { background-color: #685E69; }
a { background-color: rgb(104,94,105); }
div.DivClassName
{
background-color: #685E69;
}
.BgClassName
{
background-color: #685E69;
}
</style>
border-color css
<style>
span { border-color: #685E69; }
span { border-color: rgb(104,94,105); }
td.TdClassName
{
border-color: #685E69;
}
.TagClassName
{
border-color: #685E69;
}
</style>