Shades of Fedora #685573
Tints of Fedora #685573
RGB
CMYK
RGB Variations
Color information
#685573 (or 0x685573) is known color: Fedora. HEX triplet: 68, 55 and 73. RGB value is (104,85,115). Sum of RGB (Red+Green+Blue) = 104+85+115=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 115 - color contains mainly: blue. Hex color #685573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685573 is #97AA8C. Grayscale: #5E5E5E. Windows color (decimal): -9939597 or 7558504. OLE color: 7558504.
HSL color Cylindrical-coordinate representation of color #685573: hue angle of 278º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #685573 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 85 | 115 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.55 |
| HSL | 278º | 0.15% | 0.39% | - |
| HSV(B) | 278º | 0.26% | 0.45% | - |
| XYZ | 12.05 | 10.68 | 17.65 | - |
| YUV | 94.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 115 | 0.10 | 0.26 | 0 | 0.55 | 278 | 0.15 | 0.39 |
| Hex | 68 | 55 | 73 | A | 1A | 0 | 37 | 116 | F | 27 |
| Octal | 150 | 125 | 163 | 12 | 32 | 0 | 67 | 426 | 17 | 47 |
| Binary | 1101000 | 1010101 | 1110011 | 1010 | 11010 | 0 | 110111 | 100010110 | 1111 | 100111 |
Color Harmonies of #685573
Complementary color
Monochromatic Colors of #685573
Black with #685573
Text Example
Text Example
White with #685573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685573; }
p { color: rgb(104,85,115); }
H1.HeaderClassName
{
color: #685573;
}
.AnyTagClassName
{
color: #685573;
}
</style>
background-color css
<style>
a { background-color: #685573; }
a { background-color: rgb(104,85,115); }
div.DivClassName
{
background-color: #685573;
}
.BgClassName
{
background-color: #685573;
}
</style>
border-color css
<style>
span { border-color: #685573; }
span { border-color: rgb(104,85,115); }
td.TdClassName
{
border-color: #685573;
}
.TagClassName
{
border-color: #685573;
}
</style>