Shades of Fedora #6D5173
Tints of Fedora #6D5173
RGB
CMYK
RGB Variations
Color information
#6D5173 (or 0x6D5173) is known color: Fedora. HEX triplet: 6D, 51 and 73. RGB value is (109,81,115). Sum of RGB (Red+Green+Blue) = 109+81+115=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D5173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5173 is #92AE8C. Grayscale: #5D5D5D. Windows color (decimal): -9612941 or 7557485. OLE color: 7557485.
HSL color Cylindrical-coordinate representation of color #6D5173: hue angle of 289.41º degrees, saturation: 0.17, 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 #6D5173 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 81 | 115 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.55 |
| HSL | 289.41º | 0.17% | 0.38% | - |
| HSV(B) | 289.41º | 0.3% | 0.45% | - |
| XYZ | 12.34 | 10.37 | 17.57 | - |
| YUV | 93.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 115 | 0.05 | 0.30 | 0 | 0.55 | 289.41 | 0.17 | 0.38 |
| Hex | 6D | 51 | 73 | 5 | 1E | 0 | 37 | 121 | 11 | 26 |
| Octal | 155 | 121 | 163 | 5 | 36 | 0 | 67 | 441 | 21 | 46 |
| Binary | 1101101 | 1010001 | 1110011 | 101 | 11110 | 0 | 110111 | 100100001 | 10001 | 100110 |
Color Harmonies of #6D5173
Complementary color
Monochromatic Colors of #6D5173
Black with #6D5173
Text Example
Text Example
White with #6D5173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5173; }
p { color: rgb(109,81,115); }
H1.HeaderClassName
{
color: #6D5173;
}
.AnyTagClassName
{
color: #6D5173;
}
</style>
background-color css
<style>
a { background-color: #6D5173; }
a { background-color: rgb(109,81,115); }
div.DivClassName
{
background-color: #6D5173;
}
.BgClassName
{
background-color: #6D5173;
}
</style>
border-color css
<style>
span { border-color: #6D5173; }
span { border-color: rgb(109,81,115); }
td.TdClassName
{
border-color: #6D5173;
}
.TagClassName
{
border-color: #6D5173;
}
</style>