Shades of Fedora #6D5471
Tints of Fedora #6D5471
RGB
CMYK
RGB Variations
Color information
#6D5471 (or 0x6D5471) is known color: Fedora. HEX triplet: 6D, 54 and 71. RGB value is (109,84,113). Sum of RGB (Red+Green+Blue) = 109+84+113=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D5471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5471 is #92AB8E. Grayscale: #5E5E5E. Windows color (decimal): -9612175 or 7427181. OLE color: 7427181.
HSL color Cylindrical-coordinate representation of color #6D5471: hue angle of 291.72º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D5471 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 84 | 113 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.56 |
| HSL | 291.72º | 0.15% | 0.39% | - |
| HSV(B) | 291.72º | 0.26% | 0.44% | - |
| XYZ | 12.46 | 10.78 | 17.05 | - |
| YUV | 94.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 84 | 113 | 0.04 | 0.26 | 0 | 0.56 | 291.72 | 0.15 | 0.39 |
| Hex | 6D | 54 | 71 | 4 | 1A | 0 | 38 | 124 | F | 27 |
| Octal | 155 | 124 | 161 | 4 | 32 | 0 | 70 | 444 | 17 | 47 |
| Binary | 1101101 | 1010100 | 1110001 | 100 | 11010 | 0 | 111000 | 100100100 | 1111 | 100111 |
Color Harmonies of #6D5471
Complementary color
Monochromatic Colors of #6D5471
Black with #6D5471
Text Example
Text Example
White with #6D5471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5471; }
p { color: rgb(109,84,113); }
H1.HeaderClassName
{
color: #6D5471;
}
.AnyTagClassName
{
color: #6D5471;
}
</style>
background-color css
<style>
a { background-color: #6D5471; }
a { background-color: rgb(109,84,113); }
div.DivClassName
{
background-color: #6D5471;
}
.BgClassName
{
background-color: #6D5471;
}
</style>
border-color css
<style>
span { border-color: #6D5471; }
span { border-color: rgb(109,84,113); }
td.TdClassName
{
border-color: #6D5471;
}
.TagClassName
{
border-color: #6D5471;
}
</style>