Shades of Fedora #6B5171
Tints of Fedora #6B5171
RGB
CMYK
RGB Variations
Color information
#6B5171 (or 0x6B5171) is known color: Fedora. HEX triplet: 6B, 51 and 71. RGB value is (107,81,113). Sum of RGB (Red+Green+Blue) = 107+81+113=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 81 (32.03% from 255 or 26.91% 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 #6B5171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5171 is #94AE8E. Grayscale: #5C5C5C. Windows color (decimal): -9744015 or 7426411. OLE color: 7426411.
HSL color Cylindrical-coordinate representation of color #6B5171: hue angle of 288.75º 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 #6B5171 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 81 | 113 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.56 |
| HSL | 288.75º | 0.16% | 0.38% | - |
| HSV(B) | 288.75º | 0.28% | 0.44% | - |
| XYZ | 11.99 | 10.2 | 16.96 | - |
| YUV | 92.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 113 | 0.05 | 0.28 | 0 | 0.56 | 288.75 | 0.16 | 0.38 |
| Hex | 6B | 51 | 71 | 5 | 1C | 0 | 38 | 121 | 10 | 26 |
| Octal | 153 | 121 | 161 | 5 | 34 | 0 | 70 | 441 | 20 | 46 |
| Binary | 1101011 | 1010001 | 1110001 | 101 | 11100 | 0 | 111000 | 100100001 | 10000 | 100110 |
Color Harmonies of #6B5171
Complementary color
Monochromatic Colors of #6B5171
Black with #6B5171
Text Example
Text Example
White with #6B5171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5171; }
p { color: rgb(107,81,113); }
H1.HeaderClassName
{
color: #6B5171;
}
.AnyTagClassName
{
color: #6B5171;
}
</style>
background-color css
<style>
a { background-color: #6B5171; }
a { background-color: rgb(107,81,113); }
div.DivClassName
{
background-color: #6B5171;
}
.BgClassName
{
background-color: #6B5171;
}
</style>
border-color css
<style>
span { border-color: #6B5171; }
span { border-color: rgb(107,81,113); }
td.TdClassName
{
border-color: #6B5171;
}
.TagClassName
{
border-color: #6B5171;
}
</style>