Shades of Fedora #6A4D72
Tints of Fedora #6A4D72
RGB
CMYK
RGB Variations
Color information
#6A4D72 (or 0x6A4D72) is known color: Fedora. HEX triplet: 6A, 4D and 72. RGB value is (106,77,114). Sum of RGB (Red+Green+Blue) = 106+77+114=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 114 - color contains mainly: blue. Hex color #6A4D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4D72 is #95B28D. Grayscale: #595959. Windows color (decimal): -9810574 or 7490922. OLE color: 7490922.
HSL color Cylindrical-coordinate representation of color #6A4D72: hue angle of 287.03º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A4D72 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 77 | 114 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.55 |
| HSL | 287.03º | 0.19% | 0.37% | - |
| HSV(B) | 287.03º | 0.32% | 0.45% | - |
| XYZ | 11.64 | 9.59 | 17.16 | - |
| YUV | 89.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 77 | 114 | 0.07 | 0.32 | 0 | 0.55 | 287.03 | 0.19 | 0.37 |
| Hex | 6A | 4D | 72 | 7 | 20 | 0 | 37 | 11F | 13 | 25 |
| Octal | 152 | 115 | 162 | 7 | 40 | 0 | 67 | 437 | 23 | 45 |
| Binary | 1101010 | 1001101 | 1110010 | 111 | 100000 | 0 | 110111 | 100011111 | 10011 | 100101 |
Color Harmonies of #6A4D72
Complementary color
Monochromatic Colors of #6A4D72
Black with #6A4D72
Text Example
Text Example
White with #6A4D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4D72; }
p { color: rgb(106,77,114); }
H1.HeaderClassName
{
color: #6A4D72;
}
.AnyTagClassName
{
color: #6A4D72;
}
</style>
background-color css
<style>
a { background-color: #6A4D72; }
a { background-color: rgb(106,77,114); }
div.DivClassName
{
background-color: #6A4D72;
}
.BgClassName
{
background-color: #6A4D72;
}
</style>
border-color css
<style>
span { border-color: #6A4D72; }
span { border-color: rgb(106,77,114); }
td.TdClassName
{
border-color: #6A4D72;
}
.TagClassName
{
border-color: #6A4D72;
}
</style>