Shades of Fedora #6C5771
Tints of Fedora #6C5771
RGB
CMYK
RGB Variations
Color information
#6C5771 (or 0x6C5771) is known color: Fedora. HEX triplet: 6C, 57 and 71. RGB value is (108,87,113). Sum of RGB (Red+Green+Blue) = 108+87+113=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 87 (34.38% from 255 or 28.25% 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 #6C5771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5771 is #93A88E. Grayscale: #606060. Windows color (decimal): -9676943 or 7427948. OLE color: 7427948.
HSL color Cylindrical-coordinate representation of color #6C5771: hue angle of 288.46º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C5771 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 87 | 113 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.56 |
| HSL | 288.46º | 0.13% | 0.39% | - |
| HSV(B) | 288.46º | 0.23% | 0.44% | - |
| XYZ | 12.57 | 11.2 | 17.12 | - |
| YUV | 96.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 87 | 113 | 0.04 | 0.23 | 0 | 0.56 | 288.46 | 0.13 | 0.39 |
| Hex | 6C | 57 | 71 | 4 | 17 | 0 | 38 | 120 | D | 27 |
| Octal | 154 | 127 | 161 | 4 | 27 | 0 | 70 | 440 | 15 | 47 |
| Binary | 1101100 | 1010111 | 1110001 | 100 | 10111 | 0 | 111000 | 100100000 | 1101 | 100111 |
Color Harmonies of #6C5771
Complementary color
Monochromatic Colors of #6C5771
Black with #6C5771
Text Example
Text Example
White with #6C5771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5771; }
p { color: rgb(108,87,113); }
H1.HeaderClassName
{
color: #6C5771;
}
.AnyTagClassName
{
color: #6C5771;
}
</style>
background-color css
<style>
a { background-color: #6C5771; }
a { background-color: rgb(108,87,113); }
div.DivClassName
{
background-color: #6C5771;
}
.BgClassName
{
background-color: #6C5771;
}
</style>
border-color css
<style>
span { border-color: #6C5771; }
span { border-color: rgb(108,87,113); }
td.TdClassName
{
border-color: #6C5771;
}
.TagClassName
{
border-color: #6C5771;
}
</style>