Shades of Fedora #6E5371
Tints of Fedora #6E5371
RGB
CMYK
RGB Variations
Color information
#6E5371 (or 0x6E5371) is known color: Fedora. HEX triplet: 6E, 53 and 71. RGB value is (110,83,113). Sum of RGB (Red+Green+Blue) = 110+83+113=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E5371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5371 is #91AC8E. Grayscale: #5E5E5E. Windows color (decimal): -9546895 or 7426926. OLE color: 7426926.
HSL color Cylindrical-coordinate representation of color #6E5371: hue angle of 294º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E5371 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 83 | 113 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.56 |
| HSL | 294º | 0.15% | 0.38% | - |
| HSV(B) | 294º | 0.27% | 0.44% | - |
| XYZ | 12.5 | 10.69 | 17.03 | - |
| YUV | 94.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 83 | 113 | 0.03 | 0.27 | 0 | 0.56 | 294 | 0.15 | 0.38 |
| Hex | 6E | 53 | 71 | 3 | 1B | 0 | 38 | 126 | F | 26 |
| Octal | 156 | 123 | 161 | 3 | 33 | 0 | 70 | 446 | 17 | 46 |
| Binary | 1101110 | 1010011 | 1110001 | 11 | 11011 | 0 | 111000 | 100100110 | 1111 | 100110 |
Color Harmonies of #6E5371
Complementary color
Monochromatic Colors of #6E5371
Black with #6E5371
Text Example
Text Example
White with #6E5371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5371; }
p { color: rgb(110,83,113); }
H1.HeaderClassName
{
color: #6E5371;
}
.AnyTagClassName
{
color: #6E5371;
}
</style>
background-color css
<style>
a { background-color: #6E5371; }
a { background-color: rgb(110,83,113); }
div.DivClassName
{
background-color: #6E5371;
}
.BgClassName
{
background-color: #6E5371;
}
</style>
border-color css
<style>
span { border-color: #6E5371; }
span { border-color: rgb(110,83,113); }
td.TdClassName
{
border-color: #6E5371;
}
.TagClassName
{
border-color: #6E5371;
}
</style>