Shades of Fedora #6E5672
Tints of Fedora #6E5672
RGB
CMYK
RGB Variations
Color information
#6E5672 (or 0x6E5672) is known color: Fedora. HEX triplet: 6E, 56 and 72. RGB value is (110,86,114). Sum of RGB (Red+Green+Blue) = 110+86+114=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 114 - color contains mainly: blue. Hex color #6E5672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5672 is #91A98D. Grayscale: #606060. Windows color (decimal): -9546126 or 7493230. OLE color: 7493230.
HSL color Cylindrical-coordinate representation of color #6E5672: hue angle of 291.43º degrees, saturation: 0.14, 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 #6E5672 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 86 | 114 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.55 |
| HSL | 291.43º | 0.14% | 0.39% | - |
| HSV(B) | 291.43º | 0.25% | 0.45% | - |
| XYZ | 12.8 | 11.19 | 17.4 | - |
| YUV | 96.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 86 | 114 | 0.04 | 0.25 | 0 | 0.55 | 291.43 | 0.14 | 0.39 |
| Hex | 6E | 56 | 72 | 4 | 19 | 0 | 37 | 123 | E | 27 |
| Octal | 156 | 126 | 162 | 4 | 31 | 0 | 67 | 443 | 16 | 47 |
| Binary | 1101110 | 1010110 | 1110010 | 100 | 11001 | 0 | 110111 | 100100011 | 1110 | 100111 |
Color Harmonies of #6E5672
Complementary color
Monochromatic Colors of #6E5672
Black with #6E5672
Text Example
Text Example
White with #6E5672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5672; }
p { color: rgb(110,86,114); }
H1.HeaderClassName
{
color: #6E5672;
}
.AnyTagClassName
{
color: #6E5672;
}
</style>
background-color css
<style>
a { background-color: #6E5672; }
a { background-color: rgb(110,86,114); }
div.DivClassName
{
background-color: #6E5672;
}
.BgClassName
{
background-color: #6E5672;
}
</style>
border-color css
<style>
span { border-color: #6E5672; }
span { border-color: rgb(110,86,114); }
td.TdClassName
{
border-color: #6E5672;
}
.TagClassName
{
border-color: #6E5672;
}
</style>