Shades of Fedora #685174
Tints of Fedora #685174
RGB
CMYK
RGB Variations
Color information
#685174 (or 0x685174) is known color: Fedora. HEX triplet: 68, 51 and 74. RGB value is (104,81,116). Sum of RGB (Red+Green+Blue) = 104+81+116=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 116 - color contains mainly: blue. Hex color #685174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685174 is #97AE8B. Grayscale: #5B5B5B. Windows color (decimal): -9940620 or 7623016. OLE color: 7623016.
HSL color Cylindrical-coordinate representation of color #685174: hue angle of 279.43º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #685174 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 81 | 116 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.55 |
| HSL | 279.43º | 0.18% | 0.39% | - |
| HSV(B) | 279.43º | 0.3% | 0.45% | - |
| XYZ | 11.8 | 10.09 | 17.85 | - |
| YUV | 91.87 | 141.62 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 116 | 0.10 | 0.30 | 0 | 0.55 | 279.43 | 0.18 | 0.39 |
| Hex | 68 | 51 | 74 | A | 1E | 0 | 37 | 117 | 12 | 27 |
| Octal | 150 | 121 | 164 | 12 | 36 | 0 | 67 | 427 | 22 | 47 |
| Binary | 1101000 | 1010001 | 1110100 | 1010 | 11110 | 0 | 110111 | 100010111 | 10010 | 100111 |
Color Harmonies of #685174
Complementary color
Monochromatic Colors of #685174
Black with #685174
Text Example
Text Example
White with #685174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685174; }
p { color: rgb(104,81,116); }
H1.HeaderClassName
{
color: #685174;
}
.AnyTagClassName
{
color: #685174;
}
</style>
background-color css
<style>
a { background-color: #685174; }
a { background-color: rgb(104,81,116); }
div.DivClassName
{
background-color: #685174;
}
.BgClassName
{
background-color: #685174;
}
</style>
border-color css
<style>
span { border-color: #685174; }
span { border-color: rgb(104,81,116); }
td.TdClassName
{
border-color: #685174;
}
.TagClassName
{
border-color: #685174;
}
</style>