Shades of Fedora #6B5871
Tints of Fedora #6B5871
RGB
CMYK
RGB Variations
Color information
#6B5871 (or 0x6B5871) is known color: Fedora. HEX triplet: 6B, 58 and 71. RGB value is (107,88,113). Sum of RGB (Red+Green+Blue) = 107+88+113=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B5871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5871 is #94A78E. Grayscale: #606060. Windows color (decimal): -9742223 or 7428203. OLE color: 7428203.
HSL color Cylindrical-coordinate representation of color #6B5871: hue angle of 285.6º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B5871 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 88 | 113 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.56 |
| HSL | 285.6º | 0.12% | 0.39% | - |
| HSV(B) | 285.6º | 0.22% | 0.44% | - |
| XYZ | 12.53 | 11.3 | 17.14 | - |
| YUV | 96.53 | 137.29 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 88 | 113 | 0.05 | 0.22 | 0 | 0.56 | 285.6 | 0.12 | 0.39 |
| Hex | 6B | 58 | 71 | 5 | 16 | 0 | 38 | 11E | C | 27 |
| Octal | 153 | 130 | 161 | 5 | 26 | 0 | 70 | 436 | 14 | 47 |
| Binary | 1101011 | 1011000 | 1110001 | 101 | 10110 | 0 | 111000 | 100011110 | 1100 | 100111 |
Color Harmonies of #6B5871
Complementary color
Monochromatic Colors of #6B5871
Black with #6B5871
Text Example
Text Example
White with #6B5871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5871; }
p { color: rgb(107,88,113); }
H1.HeaderClassName
{
color: #6B5871;
}
.AnyTagClassName
{
color: #6B5871;
}
</style>
background-color css
<style>
a { background-color: #6B5871; }
a { background-color: rgb(107,88,113); }
div.DivClassName
{
background-color: #6B5871;
}
.BgClassName
{
background-color: #6B5871;
}
</style>
border-color css
<style>
span { border-color: #6B5871; }
span { border-color: rgb(107,88,113); }
td.TdClassName
{
border-color: #6B5871;
}
.TagClassName
{
border-color: #6B5871;
}
</style>