Shades of Fedora #6D5072
Tints of Fedora #6D5072
RGB
CMYK
RGB Variations
Color information
#6D5072 (or 0x6D5072) is known color: Fedora. HEX triplet: 6D, 50 and 72. RGB value is (109,80,114). Sum of RGB (Red+Green+Blue) = 109+80+114=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D5072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5072 is #92AF8D. Grayscale: #5C5C5C. Windows color (decimal): -9613198 or 7491693. OLE color: 7491693.
HSL color Cylindrical-coordinate representation of color #6D5072: hue angle of 291.18º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D5072 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 80 | 114 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.55 |
| HSL | 291.18º | 0.18% | 0.38% | - |
| HSV(B) | 291.18º | 0.3% | 0.45% | - |
| XYZ | 12.21 | 10.2 | 17.25 | - |
| YUV | 92.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 114 | 0.04 | 0.30 | 0 | 0.55 | 291.18 | 0.18 | 0.38 |
| Hex | 6D | 50 | 72 | 4 | 1E | 0 | 37 | 123 | 12 | 26 |
| Octal | 155 | 120 | 162 | 4 | 36 | 0 | 67 | 443 | 22 | 46 |
| Binary | 1101101 | 1010000 | 1110010 | 100 | 11110 | 0 | 110111 | 100100011 | 10010 | 100110 |
Color Harmonies of #6D5072
Complementary color
Monochromatic Colors of #6D5072
Black with #6D5072
Text Example
Text Example
White with #6D5072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5072; }
p { color: rgb(109,80,114); }
H1.HeaderClassName
{
color: #6D5072;
}
.AnyTagClassName
{
color: #6D5072;
}
</style>
background-color css
<style>
a { background-color: #6D5072; }
a { background-color: rgb(109,80,114); }
div.DivClassName
{
background-color: #6D5072;
}
.BgClassName
{
background-color: #6D5072;
}
</style>
border-color css
<style>
span { border-color: #6D5072; }
span { border-color: rgb(109,80,114); }
td.TdClassName
{
border-color: #6D5072;
}
.TagClassName
{
border-color: #6D5072;
}
</style>