Shades of Fedora #6E5772
Tints of Fedora #6E5772
RGB
CMYK
RGB Variations
Color information
#6E5772 (or 0x6E5772) is known color: Fedora. HEX triplet: 6E, 57 and 72. RGB value is (110,87,114). Sum of RGB (Red+Green+Blue) = 110+87+114=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 114 - color contains mainly: blue. Hex color #6E5772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5772 is #91A88D. Grayscale: #606060. Windows color (decimal): -9545870 or 7493486. OLE color: 7493486.
HSL color Cylindrical-coordinate representation of color #6E5772: hue angle of 291.11º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E5772 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 87 | 114 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.55 |
| HSL | 291.11º | 0.13% | 0.39% | - |
| HSV(B) | 291.11º | 0.24% | 0.45% | - |
| XYZ | 12.88 | 11.35 | 17.43 | - |
| YUV | 96.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 87 | 114 | 0.04 | 0.24 | 0 | 0.55 | 291.11 | 0.13 | 0.39 |
| Hex | 6E | 57 | 72 | 4 | 18 | 0 | 37 | 123 | D | 27 |
| Octal | 156 | 127 | 162 | 4 | 30 | 0 | 67 | 443 | 15 | 47 |
| Binary | 1101110 | 1010111 | 1110010 | 100 | 11000 | 0 | 110111 | 100100011 | 1101 | 100111 |
Color Harmonies of #6E5772
Complementary color
Monochromatic Colors of #6E5772
Black with #6E5772
Text Example
Text Example
White with #6E5772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5772; }
p { color: rgb(110,87,114); }
H1.HeaderClassName
{
color: #6E5772;
}
.AnyTagClassName
{
color: #6E5772;
}
</style>
background-color css
<style>
a { background-color: #6E5772; }
a { background-color: rgb(110,87,114); }
div.DivClassName
{
background-color: #6E5772;
}
.BgClassName
{
background-color: #6E5772;
}
</style>
border-color css
<style>
span { border-color: #6E5772; }
span { border-color: rgb(110,87,114); }
td.TdClassName
{
border-color: #6E5772;
}
.TagClassName
{
border-color: #6E5772;
}
</style>