Shades of Fedora #6B5671
Tints of Fedora #6B5671
RGB
CMYK
RGB Variations
Color information
#6B5671 (or 0x6B5671) is known color: Fedora. HEX triplet: 6B, 56 and 71. RGB value is (107,86,113). Sum of RGB (Red+Green+Blue) = 107+86+113=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 86 (33.98% from 255 or 28.10% 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 #6B5671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5671 is #94A98E. Grayscale: #5F5F5F. Windows color (decimal): -9742735 or 7427691. OLE color: 7427691.
HSL color Cylindrical-coordinate representation of color #6B5671: hue angle of 286.67º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B5671 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 86 | 113 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.56 |
| HSL | 286.67º | 0.14% | 0.39% | - |
| HSV(B) | 286.67º | 0.24% | 0.44% | - |
| XYZ | 12.37 | 10.97 | 17.09 | - |
| YUV | 95.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 113 | 0.05 | 0.24 | 0 | 0.56 | 286.67 | 0.14 | 0.39 |
| Hex | 6B | 56 | 71 | 5 | 18 | 0 | 38 | 11F | E | 27 |
| Octal | 153 | 126 | 161 | 5 | 30 | 0 | 70 | 437 | 16 | 47 |
| Binary | 1101011 | 1010110 | 1110001 | 101 | 11000 | 0 | 111000 | 100011111 | 1110 | 100111 |
Color Harmonies of #6B5671
Complementary color
Monochromatic Colors of #6B5671
Black with #6B5671
Text Example
Text Example
White with #6B5671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5671; }
p { color: rgb(107,86,113); }
H1.HeaderClassName
{
color: #6B5671;
}
.AnyTagClassName
{
color: #6B5671;
}
</style>
background-color css
<style>
a { background-color: #6B5671; }
a { background-color: rgb(107,86,113); }
div.DivClassName
{
background-color: #6B5671;
}
.BgClassName
{
background-color: #6B5671;
}
</style>
border-color css
<style>
span { border-color: #6B5671; }
span { border-color: rgb(107,86,113); }
td.TdClassName
{
border-color: #6B5671;
}
.TagClassName
{
border-color: #6B5671;
}
</style>