Shades of Fedora #685569
Tints of Fedora #685569
RGB
CMYK
RGB Variations
Color information
#685569 (or 0x685569) is known color: Fedora. HEX triplet: 68, 55 and 69. RGB value is (104,85,105). Sum of RGB (Red+Green+Blue) = 104+85+105=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 105 - color contains mainly: blue. Hex color #685569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685569 is #97AA96. Grayscale: #5C5C5C. Windows color (decimal): -9939607 or 6903144. OLE color: 6903144.
HSL color Cylindrical-coordinate representation of color #685569: hue angle of 297º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #685569 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 85 | 105 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.59 |
| HSL | 297º | 0.11% | 0.37% | - |
| HSV(B) | 297º | 0.19% | 0.41% | - |
| XYZ | 11.51 | 10.46 | 14.78 | - |
| YUV | 92.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 105 | 0.01 | 0.19 | 0 | 0.59 | 297 | 0.11 | 0.37 |
| Hex | 68 | 55 | 69 | 1 | 13 | 0 | 3B | 129 | B | 25 |
| Octal | 150 | 125 | 151 | 1 | 23 | 0 | 73 | 451 | 13 | 45 |
| Binary | 1101000 | 1010101 | 1101001 | 1 | 10011 | 0 | 111011 | 100101001 | 1011 | 100101 |
Color Harmonies of #685569
Complementary color
Monochromatic Colors of #685569
Black with #685569
Text Example
Text Example
White with #685569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685569; }
p { color: rgb(104,85,105); }
H1.HeaderClassName
{
color: #685569;
}
.AnyTagClassName
{
color: #685569;
}
</style>
background-color css
<style>
a { background-color: #685569; }
a { background-color: rgb(104,85,105); }
div.DivClassName
{
background-color: #685569;
}
.BgClassName
{
background-color: #685569;
}
</style>
border-color css
<style>
span { border-color: #685569; }
span { border-color: rgb(104,85,105); }
td.TdClassName
{
border-color: #685569;
}
.TagClassName
{
border-color: #685569;
}
</style>