Shades of Fedora #6D5074
Tints of Fedora #6D5074
RGB
CMYK
RGB Variations
Color information
#6D5074 (or 0x6D5074) is known color: Fedora. HEX triplet: 6D, 50 and 74. RGB value is (109,80,116). Sum of RGB (Red+Green+Blue) = 109+80+116=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 116 - color contains mainly: blue. Hex color #6D5074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5074 is #92AF8B. Grayscale: #5C5C5C. Windows color (decimal): -9613196 or 7622765. OLE color: 7622765.
HSL color Cylindrical-coordinate representation of color #6D5074: hue angle of 288.33º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D5074 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 80 | 116 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.55 |
| HSL | 288.33º | 0.18% | 0.38% | - |
| HSV(B) | 288.33º | 0.31% | 0.45% | - |
| XYZ | 12.33 | 10.25 | 17.85 | - |
| YUV | 92.78 | 141.11 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 116 | 0.06 | 0.31 | 0 | 0.55 | 288.33 | 0.18 | 0.38 |
| Hex | 6D | 50 | 74 | 6 | 1F | 0 | 37 | 120 | 12 | 26 |
| Octal | 155 | 120 | 164 | 6 | 37 | 0 | 67 | 440 | 22 | 46 |
| Binary | 1101101 | 1010000 | 1110100 | 110 | 11111 | 0 | 110111 | 100100000 | 10010 | 100110 |
Color Harmonies of #6D5074
Complementary color
Monochromatic Colors of #6D5074
Black with #6D5074
Text Example
Text Example
White with #6D5074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5074; }
p { color: rgb(109,80,116); }
H1.HeaderClassName
{
color: #6D5074;
}
.AnyTagClassName
{
color: #6D5074;
}
</style>
background-color css
<style>
a { background-color: #6D5074; }
a { background-color: rgb(109,80,116); }
div.DivClassName
{
background-color: #6D5074;
}
.BgClassName
{
background-color: #6D5074;
}
</style>
border-color css
<style>
span { border-color: #6D5074; }
span { border-color: rgb(109,80,116); }
td.TdClassName
{
border-color: #6D5074;
}
.TagClassName
{
border-color: #6D5074;
}
</style>