Shades of Fedora #6D5570
Tints of Fedora #6D5570
RGB
CMYK
RGB Variations
Color information
#6D5570 (or 0x6D5570) is known color: Fedora. HEX triplet: 6D, 55 and 70. RGB value is (109,85,112). Sum of RGB (Red+Green+Blue) = 109+85+112=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D5570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5570 is #92AA8F. Grayscale: #5F5F5F. Windows color (decimal): -9611920 or 7361901. OLE color: 7361901.
HSL color Cylindrical-coordinate representation of color #6D5570: hue angle of 293.33º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D5570 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 85 | 112 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.56 |
| HSL | 293.33º | 0.14% | 0.39% | - |
| HSV(B) | 293.33º | 0.24% | 0.44% | - |
| XYZ | 12.48 | 10.92 | 16.78 | - |
| YUV | 95.25 | 137.45 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 85 | 112 | 0.03 | 0.24 | 0 | 0.56 | 293.33 | 0.14 | 0.39 |
| Hex | 6D | 55 | 70 | 3 | 18 | 0 | 38 | 125 | E | 27 |
| Octal | 155 | 125 | 160 | 3 | 30 | 0 | 70 | 445 | 16 | 47 |
| Binary | 1101101 | 1010101 | 1110000 | 11 | 11000 | 0 | 111000 | 100100101 | 1110 | 100111 |
Color Harmonies of #6D5570
Complementary color
Monochromatic Colors of #6D5570
Black with #6D5570
Text Example
Text Example
White with #6D5570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5570; }
p { color: rgb(109,85,112); }
H1.HeaderClassName
{
color: #6D5570;
}
.AnyTagClassName
{
color: #6D5570;
}
</style>
background-color css
<style>
a { background-color: #6D5570; }
a { background-color: rgb(109,85,112); }
div.DivClassName
{
background-color: #6D5570;
}
.BgClassName
{
background-color: #6D5570;
}
</style>
border-color css
<style>
span { border-color: #6D5570; }
span { border-color: rgb(109,85,112); }
td.TdClassName
{
border-color: #6D5570;
}
.TagClassName
{
border-color: #6D5570;
}
</style>