Shades of Fedora #685272
Tints of Fedora #685272
RGB
CMYK
RGB Variations
Color information
#685272 (or 0x685272) is known color: Fedora. HEX triplet: 68, 52 and 72. RGB value is (104,82,114). Sum of RGB (Red+Green+Blue) = 104+82+114=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: blue. Hex color #685272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685272 is #97AD8D. Grayscale: #5C5C5C. Windows color (decimal): -9940366 or 7492200. OLE color: 7492200.
HSL color Cylindrical-coordinate representation of color #685272: hue angle of 281.25º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #685272 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 82 | 114 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.55 |
| HSL | 281.25º | 0.16% | 0.38% | - |
| HSV(B) | 281.25º | 0.28% | 0.45% | - |
| XYZ | 11.76 | 10.19 | 17.27 | - |
| YUV | 92.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 114 | 0.09 | 0.28 | 0 | 0.55 | 281.25 | 0.16 | 0.38 |
| Hex | 68 | 52 | 72 | 9 | 1C | 0 | 37 | 119 | 10 | 26 |
| Octal | 150 | 122 | 162 | 11 | 34 | 0 | 67 | 431 | 20 | 46 |
| Binary | 1101000 | 1010010 | 1110010 | 1001 | 11100 | 0 | 110111 | 100011001 | 10000 | 100110 |
Color Harmonies of #685272
Complementary color
Monochromatic Colors of #685272
Black with #685272
Text Example
Text Example
White with #685272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685272; }
p { color: rgb(104,82,114); }
H1.HeaderClassName
{
color: #685272;
}
.AnyTagClassName
{
color: #685272;
}
</style>
background-color css
<style>
a { background-color: #685272; }
a { background-color: rgb(104,82,114); }
div.DivClassName
{
background-color: #685272;
}
.BgClassName
{
background-color: #685272;
}
</style>
border-color css
<style>
span { border-color: #685272; }
span { border-color: rgb(104,82,114); }
td.TdClassName
{
border-color: #685272;
}
.TagClassName
{
border-color: #685272;
}
</style>