Shades of Fedora #6A5173
Tints of Fedora #6A5173
RGB
CMYK
RGB Variations
Color information
#6A5173 (or 0x6A5173) is known color: Fedora. HEX triplet: 6A, 51 and 73. RGB value is (106,81,115). Sum of RGB (Red+Green+Blue) = 106+81+115=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A5173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5173 is #95AE8C. Grayscale: #5C5C5C. Windows color (decimal): -9809549 or 7557482. OLE color: 7557482.
HSL color Cylindrical-coordinate representation of color #6A5173: hue angle of 284.12º 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 #6A5173 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 81 | 115 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.55 |
| HSL | 284.12º | 0.17% | 0.38% | - |
| HSV(B) | 284.12º | 0.3% | 0.45% | - |
| XYZ | 11.98 | 10.19 | 17.55 | - |
| YUV | 92.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 81 | 115 | 0.08 | 0.30 | 0 | 0.55 | 284.12 | 0.17 | 0.38 |
| Hex | 6A | 51 | 73 | 8 | 1E | 0 | 37 | 11C | 11 | 26 |
| Octal | 152 | 121 | 163 | 10 | 36 | 0 | 67 | 434 | 21 | 46 |
| Binary | 1101010 | 1010001 | 1110011 | 1000 | 11110 | 0 | 110111 | 100011100 | 10001 | 100110 |
Color Harmonies of #6A5173
Complementary color
Monochromatic Colors of #6A5173
Black with #6A5173
Text Example
Text Example
White with #6A5173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5173; }
p { color: rgb(106,81,115); }
H1.HeaderClassName
{
color: #6A5173;
}
.AnyTagClassName
{
color: #6A5173;
}
</style>
background-color css
<style>
a { background-color: #6A5173; }
a { background-color: rgb(106,81,115); }
div.DivClassName
{
background-color: #6A5173;
}
.BgClassName
{
background-color: #6A5173;
}
</style>
border-color css
<style>
span { border-color: #6A5173; }
span { border-color: rgb(106,81,115); }
td.TdClassName
{
border-color: #6A5173;
}
.TagClassName
{
border-color: #6A5173;
}
</style>