Shades of Fedora #685073
Tints of Fedora #685073
RGB
CMYK
RGB Variations
Color information
#685073 (or 0x685073) is known color: Fedora. HEX triplet: 68, 50 and 73. RGB value is (104,80,115). Sum of RGB (Red+Green+Blue) = 104+80+115=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 115 - color contains mainly: blue. Hex color #685073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685073 is #97AF8C. Grayscale: #5B5B5B. Windows color (decimal): -9940877 or 7557224. OLE color: 7557224.
HSL color Cylindrical-coordinate representation of color #685073: hue angle of 281.14º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #685073 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 80 | 115 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.55 |
| HSL | 281.14º | 0.18% | 0.38% | - |
| HSV(B) | 281.14º | 0.3% | 0.45% | - |
| XYZ | 11.67 | 9.92 | 17.52 | - |
| YUV | 91.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 115 | 0.10 | 0.30 | 0 | 0.55 | 281.14 | 0.18 | 0.38 |
| Hex | 68 | 50 | 73 | A | 1E | 0 | 37 | 119 | 12 | 26 |
| Octal | 150 | 120 | 163 | 12 | 36 | 0 | 67 | 431 | 22 | 46 |
| Binary | 1101000 | 1010000 | 1110011 | 1010 | 11110 | 0 | 110111 | 100011001 | 10010 | 100110 |
Color Harmonies of #685073
Complementary color
Monochromatic Colors of #685073
Black with #685073
Text Example
Text Example
White with #685073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685073; }
p { color: rgb(104,80,115); }
H1.HeaderClassName
{
color: #685073;
}
.AnyTagClassName
{
color: #685073;
}
</style>
background-color css
<style>
a { background-color: #685073; }
a { background-color: rgb(104,80,115); }
div.DivClassName
{
background-color: #685073;
}
.BgClassName
{
background-color: #685073;
}
</style>
border-color css
<style>
span { border-color: #685073; }
span { border-color: rgb(104,80,115); }
td.TdClassName
{
border-color: #685073;
}
.TagClassName
{
border-color: #685073;
}
</style>