Shades of Fedora #685074
Tints of Fedora #685074
RGB
CMYK
RGB Variations
Color information
#685074 (or 0x685074) is known color: Fedora. HEX triplet: 68, 50 and 74. RGB value is (104,80,116). Sum of RGB (Red+Green+Blue) = 104+80+116=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 116 - color contains mainly: blue. Hex color #685074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685074 is #97AF8B. Grayscale: #5B5B5B. Windows color (decimal): -9940876 or 7622760. OLE color: 7622760.
HSL color Cylindrical-coordinate representation of color #685074: hue angle of 280º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #685074 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 80 | 116 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.55 |
| HSL | 280º | 0.18% | 0.38% | - |
| HSV(B) | 280º | 0.31% | 0.45% | - |
| XYZ | 11.73 | 9.94 | 17.82 | - |
| YUV | 91.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 116 | 0.10 | 0.31 | 0 | 0.55 | 280 | 0.18 | 0.38 |
| Hex | 68 | 50 | 74 | A | 1F | 0 | 37 | 118 | 12 | 26 |
| Octal | 150 | 120 | 164 | 12 | 37 | 0 | 67 | 430 | 22 | 46 |
| Binary | 1101000 | 1010000 | 1110100 | 1010 | 11111 | 0 | 110111 | 100011000 | 10010 | 100110 |
Color Harmonies of #685074
Complementary color
Monochromatic Colors of #685074
Black with #685074
Text Example
Text Example
White with #685074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685074; }
p { color: rgb(104,80,116); }
H1.HeaderClassName
{
color: #685074;
}
.AnyTagClassName
{
color: #685074;
}
</style>
background-color css
<style>
a { background-color: #685074; }
a { background-color: rgb(104,80,116); }
div.DivClassName
{
background-color: #685074;
}
.BgClassName
{
background-color: #685074;
}
</style>
border-color css
<style>
span { border-color: #685074; }
span { border-color: rgb(104,80,116); }
td.TdClassName
{
border-color: #685074;
}
.TagClassName
{
border-color: #685074;
}
</style>