Shades of Fedora #685570
Tints of Fedora #685570
RGB
CMYK
RGB Variations
Color information
#685570 (or 0x685570) is known color: Fedora. HEX triplet: 68, 55 and 70. RGB value is (104,85,112). Sum of RGB (Red+Green+Blue) = 104+85+112=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 112 - color contains mainly: blue. Hex color #685570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685570 is #97AA8F. Grayscale: #5D5D5D. Windows color (decimal): -9939600 or 7361896. OLE color: 7361896.
HSL color Cylindrical-coordinate representation of color #685570: hue angle of 282.22º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #685570 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 85 | 112 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.56 |
| HSL | 282.22º | 0.14% | 0.39% | - |
| HSV(B) | 282.22º | 0.24% | 0.44% | - |
| XYZ | 11.88 | 10.61 | 16.75 | - |
| YUV | 93.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 112 | 0.07 | 0.24 | 0 | 0.56 | 282.22 | 0.14 | 0.39 |
| Hex | 68 | 55 | 70 | 7 | 18 | 0 | 38 | 11A | E | 27 |
| Octal | 150 | 125 | 160 | 7 | 30 | 0 | 70 | 432 | 16 | 47 |
| Binary | 1101000 | 1010101 | 1110000 | 111 | 11000 | 0 | 111000 | 100011010 | 1110 | 100111 |
Color Harmonies of #685570
Complementary color
Monochromatic Colors of #685570
Black with #685570
Text Example
Text Example
White with #685570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685570; }
p { color: rgb(104,85,112); }
H1.HeaderClassName
{
color: #685570;
}
.AnyTagClassName
{
color: #685570;
}
</style>
background-color css
<style>
a { background-color: #685570; }
a { background-color: rgb(104,85,112); }
div.DivClassName
{
background-color: #685570;
}
.BgClassName
{
background-color: #685570;
}
</style>
border-color css
<style>
span { border-color: #685570; }
span { border-color: rgb(104,85,112); }
td.TdClassName
{
border-color: #685570;
}
.TagClassName
{
border-color: #685570;
}
</style>