Shades of Fedora #685769
Tints of Fedora #685769
RGB
CMYK
RGB Variations
Color information
#685769 (or 0x685769) is known color: Fedora. HEX triplet: 68, 57 and 69. RGB value is (104,87,105). Sum of RGB (Red+Green+Blue) = 104+87+105=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 105 - color contains mainly: blue. Hex color #685769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685769 is #97A896. Grayscale: #5E5E5E. Windows color (decimal): -9939095 or 6903656. OLE color: 6903656.
HSL color Cylindrical-coordinate representation of color #685769: hue angle of 296.67º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #685769 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 87 | 105 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.59 |
| HSL | 296.67º | 0.09% | 0.38% | - |
| HSV(B) | 296.67º | 0.17% | 0.41% | - |
| XYZ | 11.67 | 10.78 | 14.83 | - |
| YUV | 94.14 | 134.13 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 87 | 105 | 0.01 | 0.17 | 0 | 0.59 | 296.67 | 0.09 | 0.38 |
| Hex | 68 | 57 | 69 | 1 | 11 | 0 | 3B | 129 | 9 | 26 |
| Octal | 150 | 127 | 151 | 1 | 21 | 0 | 73 | 451 | 11 | 46 |
| Binary | 1101000 | 1010111 | 1101001 | 1 | 10001 | 0 | 111011 | 100101001 | 1001 | 100110 |
Color Harmonies of #685769
Complementary color
Monochromatic Colors of #685769
Black with #685769
Text Example
Text Example
White with #685769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685769; }
p { color: rgb(104,87,105); }
H1.HeaderClassName
{
color: #685769;
}
.AnyTagClassName
{
color: #685769;
}
</style>
background-color css
<style>
a { background-color: #685769; }
a { background-color: rgb(104,87,105); }
div.DivClassName
{
background-color: #685769;
}
.BgClassName
{
background-color: #685769;
}
</style>
border-color css
<style>
span { border-color: #685769; }
span { border-color: rgb(104,87,105); }
td.TdClassName
{
border-color: #685769;
}
.TagClassName
{
border-color: #685769;
}
</style>