Shades of Fedora #685271
Tints of Fedora #685271
RGB
CMYK
RGB Variations
Color information
#685271 (or 0x685271) is known color: Fedora. HEX triplet: 68, 52 and 71. RGB value is (104,82,113). Sum of RGB (Red+Green+Blue) = 104+82+113=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 113 - color contains mainly: blue. Hex color #685271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685271 is #97AD8E. Grayscale: #5C5C5C. Windows color (decimal): -9940367 or 7426664. OLE color: 7426664.
HSL color Cylindrical-coordinate representation of color #685271: hue angle of 282.58º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #685271 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 82 | 113 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.56 |
| HSL | 282.58º | 0.16% | 0.38% | - |
| HSV(B) | 282.58º | 0.27% | 0.44% | - |
| XYZ | 11.71 | 10.17 | 16.97 | - |
| YUV | 92.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 113 | 0.08 | 0.27 | 0 | 0.56 | 282.58 | 0.16 | 0.38 |
| Hex | 68 | 52 | 71 | 8 | 1B | 0 | 38 | 11B | 10 | 26 |
| Octal | 150 | 122 | 161 | 10 | 33 | 0 | 70 | 433 | 20 | 46 |
| Binary | 1101000 | 1010010 | 1110001 | 1000 | 11011 | 0 | 111000 | 100011011 | 10000 | 100110 |
Color Harmonies of #685271
Complementary color
Monochromatic Colors of #685271
Black with #685271
Text Example
Text Example
White with #685271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685271; }
p { color: rgb(104,82,113); }
H1.HeaderClassName
{
color: #685271;
}
.AnyTagClassName
{
color: #685271;
}
</style>
background-color css
<style>
a { background-color: #685271; }
a { background-color: rgb(104,82,113); }
div.DivClassName
{
background-color: #685271;
}
.BgClassName
{
background-color: #685271;
}
</style>
border-color css
<style>
span { border-color: #685271; }
span { border-color: rgb(104,82,113); }
td.TdClassName
{
border-color: #685271;
}
.TagClassName
{
border-color: #685271;
}
</style>