Shades of Fedora #6C5171
Tints of Fedora #6C5171
RGB
CMYK
RGB Variations
Color information
#6C5171 (or 0x6C5171) is known color: Fedora. HEX triplet: 6C, 51 and 71. RGB value is (108,81,113). Sum of RGB (Red+Green+Blue) = 108+81+113=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 113 - color contains mainly: blue. Hex color #6C5171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5171 is #93AE8E. Grayscale: #5C5C5C. Windows color (decimal): -9678479 or 7426412. OLE color: 7426412.
HSL color Cylindrical-coordinate representation of color #6C5171: hue angle of 290.62º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C5171 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 81 | 113 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.56 |
| HSL | 290.63º | 0.16% | 0.38% | - |
| HSV(B) | 290.63º | 0.28% | 0.44% | - |
| XYZ | 12.11 | 10.27 | 16.97 | - |
| YUV | 92.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 81 | 113 | 0.04 | 0.28 | 0 | 0.56 | 290.63 | 0.16 | 0.38 |
| Hex | 6C | 51 | 71 | 4 | 1C | 0 | 38 | 123 | 10 | 26 |
| Octal | 154 | 121 | 161 | 4 | 34 | 0 | 70 | 443 | 20 | 46 |
| Binary | 1101100 | 1010001 | 1110001 | 100 | 11100 | 0 | 111000 | 100100011 | 10000 | 100110 |
Color Harmonies of #6C5171
Complementary color
Monochromatic Colors of #6C5171
Black with #6C5171
Text Example
Text Example
White with #6C5171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5171; }
p { color: rgb(108,81,113); }
H1.HeaderClassName
{
color: #6C5171;
}
.AnyTagClassName
{
color: #6C5171;
}
</style>
background-color css
<style>
a { background-color: #6C5171; }
a { background-color: rgb(108,81,113); }
div.DivClassName
{
background-color: #6C5171;
}
.BgClassName
{
background-color: #6C5171;
}
</style>
border-color css
<style>
span { border-color: #6C5171; }
span { border-color: rgb(108,81,113); }
td.TdClassName
{
border-color: #6C5171;
}
.TagClassName
{
border-color: #6C5171;
}
</style>