Shades of Fedora #685672
Tints of Fedora #685672
RGB
CMYK
RGB Variations
Color information
#685672 (or 0x685672) is known color: Fedora. HEX triplet: 68, 56 and 72. RGB value is (104,86,114). Sum of RGB (Red+Green+Blue) = 104+86+114=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 114 - color contains mainly: blue. Hex color #685672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685672 is #97A98D. Grayscale: #5E5E5E. Windows color (decimal): -9939342 or 7493224. OLE color: 7493224.
HSL color Cylindrical-coordinate representation of color #685672: hue angle of 278.57º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #685672 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 86 | 114 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.55 |
| HSL | 278.57º | 0.14% | 0.39% | - |
| HSV(B) | 278.57º | 0.25% | 0.45% | - |
| XYZ | 12.07 | 10.81 | 17.37 | - |
| YUV | 94.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 114 | 0.09 | 0.25 | 0 | 0.55 | 278.57 | 0.14 | 0.39 |
| Hex | 68 | 56 | 72 | 9 | 19 | 0 | 37 | 117 | E | 27 |
| Octal | 150 | 126 | 162 | 11 | 31 | 0 | 67 | 427 | 16 | 47 |
| Binary | 1101000 | 1010110 | 1110010 | 1001 | 11001 | 0 | 110111 | 100010111 | 1110 | 100111 |
Color Harmonies of #685672
Complementary color
Monochromatic Colors of #685672
Black with #685672
Text Example
Text Example
White with #685672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685672; }
p { color: rgb(104,86,114); }
H1.HeaderClassName
{
color: #685672;
}
.AnyTagClassName
{
color: #685672;
}
</style>
background-color css
<style>
a { background-color: #685672; }
a { background-color: rgb(104,86,114); }
div.DivClassName
{
background-color: #685672;
}
.BgClassName
{
background-color: #685672;
}
</style>
border-color css
<style>
span { border-color: #685672; }
span { border-color: rgb(104,86,114); }
td.TdClassName
{
border-color: #685672;
}
.TagClassName
{
border-color: #685672;
}
</style>