Shades of Fedora #685072
Tints of Fedora #685072
RGB
CMYK
RGB Variations
Color information
#685072 (or 0x685072) is known color: Fedora. HEX triplet: 68, 50 and 72. RGB value is (104,80,114). Sum of RGB (Red+Green+Blue) = 104+80+114=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 114 - color contains mainly: blue. Hex color #685072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685072 is #97AF8D. Grayscale: #5A5A5A. Windows color (decimal): -9940878 or 7491688. OLE color: 7491688.
HSL color Cylindrical-coordinate representation of color #685072: hue angle of 282.35º 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 #685072 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 80 | 114 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.55 |
| HSL | 282.35º | 0.18% | 0.38% | - |
| HSV(B) | 282.35º | 0.3% | 0.45% | - |
| XYZ | 11.61 | 9.9 | 17.22 | - |
| YUV | 91.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 114 | 0.09 | 0.30 | 0 | 0.55 | 282.35 | 0.18 | 0.38 |
| Hex | 68 | 50 | 72 | 9 | 1E | 0 | 37 | 11A | 12 | 26 |
| Octal | 150 | 120 | 162 | 11 | 36 | 0 | 67 | 432 | 22 | 46 |
| Binary | 1101000 | 1010000 | 1110010 | 1001 | 11110 | 0 | 110111 | 100011010 | 10010 | 100110 |
Color Harmonies of #685072
Complementary color
Monochromatic Colors of #685072
Black with #685072
Text Example
Text Example
White with #685072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685072; }
p { color: rgb(104,80,114); }
H1.HeaderClassName
{
color: #685072;
}
.AnyTagClassName
{
color: #685072;
}
</style>
background-color css
<style>
a { background-color: #685072; }
a { background-color: rgb(104,80,114); }
div.DivClassName
{
background-color: #685072;
}
.BgClassName
{
background-color: #685072;
}
</style>
border-color css
<style>
span { border-color: #685072; }
span { border-color: rgb(104,80,114); }
td.TdClassName
{
border-color: #685072;
}
.TagClassName
{
border-color: #685072;
}
</style>