Shades of Fedora #685169
Tints of Fedora #685169
RGB
CMYK
RGB Variations
Color information
#685169 (or 0x685169) is known color: Fedora. HEX triplet: 68, 51 and 69. RGB value is (104,81,105). Sum of RGB (Red+Green+Blue) = 104+81+105=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 105 - color contains mainly: blue. Hex color #685169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685169 is #97AE96. Grayscale: #5A5A5A. Windows color (decimal): -9940631 or 6902120. OLE color: 6902120.
HSL color Cylindrical-coordinate representation of color #685169: hue angle of 297.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #685169 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 81 | 105 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.59 |
| HSL | 297.5º | 0.13% | 0.36% | - |
| HSV(B) | 297.5º | 0.23% | 0.41% | - |
| XYZ | 11.2 | 9.85 | 14.68 | - |
| YUV | 90.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 105 | 0.01 | 0.23 | 0 | 0.59 | 297.5 | 0.13 | 0.36 |
| Hex | 68 | 51 | 69 | 1 | 17 | 0 | 3B | 12A | D | 24 |
| Octal | 150 | 121 | 151 | 1 | 27 | 0 | 73 | 452 | 15 | 44 |
| Binary | 1101000 | 1010001 | 1101001 | 1 | 10111 | 0 | 111011 | 100101010 | 1101 | 100100 |
Color Harmonies of #685169
Complementary color
Monochromatic Colors of #685169
Black with #685169
Text Example
Text Example
White with #685169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685169; }
p { color: rgb(104,81,105); }
H1.HeaderClassName
{
color: #685169;
}
.AnyTagClassName
{
color: #685169;
}
</style>
background-color css
<style>
a { background-color: #685169; }
a { background-color: rgb(104,81,105); }
div.DivClassName
{
background-color: #685169;
}
.BgClassName
{
background-color: #685169;
}
</style>
border-color css
<style>
span { border-color: #685169; }
span { border-color: rgb(104,81,105); }
td.TdClassName
{
border-color: #685169;
}
.TagClassName
{
border-color: #685169;
}
</style>