Shades of Fedora #685170
Tints of Fedora #685170
RGB
CMYK
RGB Variations
Color information
#685170 (or 0x685170) is known color: Fedora. HEX triplet: 68, 51 and 70. RGB value is (104,81,112). Sum of RGB (Red+Green+Blue) = 104+81+112=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 112 - color contains mainly: blue. Hex color #685170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685170 is #97AE8F. Grayscale: #5B5B5B. Windows color (decimal): -9940624 or 7360872. OLE color: 7360872.
HSL color Cylindrical-coordinate representation of color #685170: hue angle of 284.52º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #685170 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 81 | 112 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.56 |
| HSL | 284.52º | 0.16% | 0.38% | - |
| HSV(B) | 284.52º | 0.28% | 0.44% | - |
| XYZ | 11.58 | 10 | 16.65 | - |
| YUV | 91.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 112 | 0.07 | 0.28 | 0 | 0.56 | 284.52 | 0.16 | 0.38 |
| Hex | 68 | 51 | 70 | 7 | 1C | 0 | 38 | 11D | 10 | 26 |
| Octal | 150 | 121 | 160 | 7 | 34 | 0 | 70 | 435 | 20 | 46 |
| Binary | 1101000 | 1010001 | 1110000 | 111 | 11100 | 0 | 111000 | 100011101 | 10000 | 100110 |
Color Harmonies of #685170
Complementary color
Monochromatic Colors of #685170
Black with #685170
Text Example
Text Example
White with #685170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685170; }
p { color: rgb(104,81,112); }
H1.HeaderClassName
{
color: #685170;
}
.AnyTagClassName
{
color: #685170;
}
</style>
background-color css
<style>
a { background-color: #685170; }
a { background-color: rgb(104,81,112); }
div.DivClassName
{
background-color: #685170;
}
.BgClassName
{
background-color: #685170;
}
</style>
border-color css
<style>
span { border-color: #685170; }
span { border-color: rgb(104,81,112); }
td.TdClassName
{
border-color: #685170;
}
.TagClassName
{
border-color: #685170;
}
</style>