Shades of Fedora #6C576E
Tints of Fedora #6C576E
RGB
CMYK
RGB Variations
Color information
#6C576E (or 0x6C576E) is known color: Fedora. HEX triplet: 6C, 57 and 6E. RGB value is (108,87,110). Sum of RGB (Red+Green+Blue) = 108+87+110=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C576E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C576E is #93A891. Grayscale: #5F5F5F. Windows color (decimal): -9676946 or 7231340. OLE color: 7231340.
HSL color Cylindrical-coordinate representation of color #6C576E: hue angle of 294.78º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C576E is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 87 | 110 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.57 |
| HSL | 294.78º | 0.12% | 0.39% | - |
| HSV(B) | 294.78º | 0.21% | 0.43% | - |
| XYZ | 12.41 | 11.13 | 16.25 | - |
| YUV | 95.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 87 | 110 | 0.02 | 0.21 | 0 | 0.57 | 294.78 | 0.12 | 0.39 |
| Hex | 6C | 57 | 6E | 2 | 15 | 0 | 39 | 127 | C | 27 |
| Octal | 154 | 127 | 156 | 2 | 25 | 0 | 71 | 447 | 14 | 47 |
| Binary | 1101100 | 1010111 | 1101110 | 10 | 10101 | 0 | 111001 | 100100111 | 1100 | 100111 |
Color Harmonies of #6C576E
Complementary color
Monochromatic Colors of #6C576E
Black with #6C576E
Text Example
Text Example
White with #6C576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C576E; }
p { color: rgb(108,87,110); }
H1.HeaderClassName
{
color: #6C576E;
}
.AnyTagClassName
{
color: #6C576E;
}
</style>
background-color css
<style>
a { background-color: #6C576E; }
a { background-color: rgb(108,87,110); }
div.DivClassName
{
background-color: #6C576E;
}
.BgClassName
{
background-color: #6C576E;
}
</style>
border-color css
<style>
span { border-color: #6C576E; }
span { border-color: rgb(108,87,110); }
td.TdClassName
{
border-color: #6C576E;
}
.TagClassName
{
border-color: #6C576E;
}
</style>