Shades of Fedora #6D5472
Tints of Fedora #6D5472
RGB
CMYK
RGB Variations
Color information
#6D5472 (or 0x6D5472) is known color: Fedora. HEX triplet: 6D, 54 and 72. RGB value is (109,84,114). Sum of RGB (Red+Green+Blue) = 109+84+114=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D5472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5472 is #92AB8D. Grayscale: #5E5E5E. Windows color (decimal): -9612174 or 7492717. OLE color: 7492717.
HSL color Cylindrical-coordinate representation of color #6D5472: hue angle of 290º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D5472 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 84 | 114 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.55 |
| HSL | 290º | 0.15% | 0.39% | - |
| HSV(B) | 290º | 0.26% | 0.45% | - |
| XYZ | 12.51 | 10.81 | 17.35 | - |
| YUV | 94.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 84 | 114 | 0.04 | 0.26 | 0 | 0.55 | 290 | 0.15 | 0.39 |
| Hex | 6D | 54 | 72 | 4 | 1A | 0 | 37 | 122 | F | 27 |
| Octal | 155 | 124 | 162 | 4 | 32 | 0 | 67 | 442 | 17 | 47 |
| Binary | 1101101 | 1010100 | 1110010 | 100 | 11010 | 0 | 110111 | 100100010 | 1111 | 100111 |
Color Harmonies of #6D5472
Complementary color
Monochromatic Colors of #6D5472
Black with #6D5472
Text Example
Text Example
White with #6D5472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5472; }
p { color: rgb(109,84,114); }
H1.HeaderClassName
{
color: #6D5472;
}
.AnyTagClassName
{
color: #6D5472;
}
</style>
background-color css
<style>
a { background-color: #6D5472; }
a { background-color: rgb(109,84,114); }
div.DivClassName
{
background-color: #6D5472;
}
.BgClassName
{
background-color: #6D5472;
}
</style>
border-color css
<style>
span { border-color: #6D5472; }
span { border-color: rgb(109,84,114); }
td.TdClassName
{
border-color: #6D5472;
}
.TagClassName
{
border-color: #6D5472;
}
</style>