Shades of Fedora #6E5572
Tints of Fedora #6E5572
RGB
CMYK
RGB Variations
Color information
#6E5572 (or 0x6E5572) is known color: Fedora. HEX triplet: 6E, 55 and 72. RGB value is (110,85,114). Sum of RGB (Red+Green+Blue) = 110+85+114=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 114 - color contains mainly: blue. Hex color #6E5572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5572 is #91AA8D. Grayscale: #5F5F5F. Windows color (decimal): -9546382 or 7492974. OLE color: 7492974.
HSL color Cylindrical-coordinate representation of color #6E5572: hue angle of 291.72º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E5572 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 85 | 114 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.55 |
| HSL | 291.72º | 0.15% | 0.39% | - |
| HSV(B) | 291.72º | 0.25% | 0.45% | - |
| XYZ | 12.72 | 11.03 | 17.38 | - |
| YUV | 95.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 85 | 114 | 0.04 | 0.25 | 0 | 0.55 | 291.72 | 0.15 | 0.39 |
| Hex | 6E | 55 | 72 | 4 | 19 | 0 | 37 | 124 | F | 27 |
| Octal | 156 | 125 | 162 | 4 | 31 | 0 | 67 | 444 | 17 | 47 |
| Binary | 1101110 | 1010101 | 1110010 | 100 | 11001 | 0 | 110111 | 100100100 | 1111 | 100111 |
Color Harmonies of #6E5572
Complementary color
Monochromatic Colors of #6E5572
Black with #6E5572
Text Example
Text Example
White with #6E5572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5572; }
p { color: rgb(110,85,114); }
H1.HeaderClassName
{
color: #6E5572;
}
.AnyTagClassName
{
color: #6E5572;
}
</style>
background-color css
<style>
a { background-color: #6E5572; }
a { background-color: rgb(110,85,114); }
div.DivClassName
{
background-color: #6E5572;
}
.BgClassName
{
background-color: #6E5572;
}
</style>
border-color css
<style>
span { border-color: #6E5572; }
span { border-color: rgb(110,85,114); }
td.TdClassName
{
border-color: #6E5572;
}
.TagClassName
{
border-color: #6E5572;
}
</style>