Shades of Fedora #6C5071
Tints of Fedora #6C5071
RGB
CMYK
RGB Variations
Color information
#6C5071 (or 0x6C5071) is known color: Fedora. HEX triplet: 6C, 50 and 71. RGB value is (108,80,113). Sum of RGB (Red+Green+Blue) = 108+80+113=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 113 - color contains mainly: blue. Hex color #6C5071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5071 is #93AF8E. Grayscale: #5C5C5C. Windows color (decimal): -9678735 or 7426156. OLE color: 7426156.
HSL color Cylindrical-coordinate representation of color #6C5071: hue angle of 290.91º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C5071 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 80 | 113 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.56 |
| HSL | 290.91º | 0.17% | 0.38% | - |
| HSV(B) | 290.91º | 0.29% | 0.44% | - |
| XYZ | 12.03 | 10.12 | 16.94 | - |
| YUV | 92.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 80 | 113 | 0.04 | 0.29 | 0 | 0.56 | 290.91 | 0.17 | 0.38 |
| Hex | 6C | 50 | 71 | 4 | 1D | 0 | 38 | 123 | 11 | 26 |
| Octal | 154 | 120 | 161 | 4 | 35 | 0 | 70 | 443 | 21 | 46 |
| Binary | 1101100 | 1010000 | 1110001 | 100 | 11101 | 0 | 111000 | 100100011 | 10001 | 100110 |
Color Harmonies of #6C5071
Complementary color
Monochromatic Colors of #6C5071
Black with #6C5071
Text Example
Text Example
White with #6C5071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5071; }
p { color: rgb(108,80,113); }
H1.HeaderClassName
{
color: #6C5071;
}
.AnyTagClassName
{
color: #6C5071;
}
</style>
background-color css
<style>
a { background-color: #6C5071; }
a { background-color: rgb(108,80,113); }
div.DivClassName
{
background-color: #6C5071;
}
.BgClassName
{
background-color: #6C5071;
}
</style>
border-color css
<style>
span { border-color: #6C5071; }
span { border-color: rgb(108,80,113); }
td.TdClassName
{
border-color: #6C5071;
}
.TagClassName
{
border-color: #6C5071;
}
</style>