Shades of Fedora #6A4F73
Tints of Fedora #6A4F73
RGB
CMYK
RGB Variations
Color information
#6A4F73 (or 0x6A4F73) is known color: Fedora. HEX triplet: 6A, 4F and 73. RGB value is (106,79,115). Sum of RGB (Red+Green+Blue) = 106+79+115=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A4F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4F73 is #95B08C. Grayscale: #5B5B5B. Windows color (decimal): -9810061 or 7556970. OLE color: 7556970.
HSL color Cylindrical-coordinate representation of color #6A4F73: hue angle of 285º degrees, saturation: 0.19, 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 #6A4F73 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 79 | 115 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.55 |
| HSL | 285º | 0.19% | 0.38% | - |
| HSV(B) | 285º | 0.31% | 0.45% | - |
| XYZ | 11.83 | 9.89 | 17.51 | - |
| YUV | 91.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 79 | 115 | 0.08 | 0.31 | 0 | 0.55 | 285 | 0.19 | 0.38 |
| Hex | 6A | 4F | 73 | 8 | 1F | 0 | 37 | 11D | 13 | 26 |
| Octal | 152 | 117 | 163 | 10 | 37 | 0 | 67 | 435 | 23 | 46 |
| Binary | 1101010 | 1001111 | 1110011 | 1000 | 11111 | 0 | 110111 | 100011101 | 10011 | 100110 |
Color Harmonies of #6A4F73
Complementary color
Monochromatic Colors of #6A4F73
Black with #6A4F73
Text Example
Text Example
White with #6A4F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4F73; }
p { color: rgb(106,79,115); }
H1.HeaderClassName
{
color: #6A4F73;
}
.AnyTagClassName
{
color: #6A4F73;
}
</style>
background-color css
<style>
a { background-color: #6A4F73; }
a { background-color: rgb(106,79,115); }
div.DivClassName
{
background-color: #6A4F73;
}
.BgClassName
{
background-color: #6A4F73;
}
</style>
border-color css
<style>
span { border-color: #6A4F73; }
span { border-color: rgb(106,79,115); }
td.TdClassName
{
border-color: #6A4F73;
}
.TagClassName
{
border-color: #6A4F73;
}
</style>