Shades of Fedora #685D69
Tints of Fedora #685D69
RGB
CMYK
RGB Variations
Color information
#685D69 (or 0x685D69) is known color: Fedora. HEX triplet: 68, 5D and 69. RGB value is (104,93,105). Sum of RGB (Red+Green+Blue) = 104+93+105=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 105 - color contains mainly: blue. Hex color #685D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D69 is #97A296. Grayscale: #616161. Windows color (decimal): -9937559 or 6905192. OLE color: 6905192.
HSL color Cylindrical-coordinate representation of color #685D69: hue angle of 295º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #685D69 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 105 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.59 |
| HSL | 295º | 0.06% | 0.39% | - |
| HSV(B) | 295º | 0.11% | 0.41% | - |
| XYZ | 12.17 | 11.79 | 15 | - |
| YUV | 97.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 105 | 0.01 | 0.11 | 0 | 0.59 | 295 | 0.06 | 0.39 |
| Hex | 68 | 5D | 69 | 1 | B | 0 | 3B | 127 | 6 | 27 |
| Octal | 150 | 135 | 151 | 1 | 13 | 0 | 73 | 447 | 6 | 47 |
| Binary | 1101000 | 1011101 | 1101001 | 1 | 1011 | 0 | 111011 | 100100111 | 110 | 100111 |
Color Harmonies of #685D69
Complementary color
Monochromatic Colors of #685D69
Black with #685D69
Text Example
Text Example
White with #685D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D69; }
p { color: rgb(104,93,105); }
H1.HeaderClassName
{
color: #685D69;
}
.AnyTagClassName
{
color: #685D69;
}
</style>
background-color css
<style>
a { background-color: #685D69; }
a { background-color: rgb(104,93,105); }
div.DivClassName
{
background-color: #685D69;
}
.BgClassName
{
background-color: #685D69;
}
</style>
border-color css
<style>
span { border-color: #685D69; }
span { border-color: rgb(104,93,105); }
td.TdClassName
{
border-color: #685D69;
}
.TagClassName
{
border-color: #685D69;
}
</style>