Shades of Fedora #6C556E
Tints of Fedora #6C556E
RGB
CMYK
RGB Variations
Color information
#6C556E (or 0x6C556E) is known color: Fedora. HEX triplet: 6C, 55 and 6E. RGB value is (108,85,110). Sum of RGB (Red+Green+Blue) = 108+85+110=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C556E is #93AA91. Grayscale: #5E5E5E. Windows color (decimal): -9677458 or 7230828. OLE color: 7230828.
HSL color Cylindrical-coordinate representation of color #6C556E: hue angle of 295.2º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C556E is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 85 | 110 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.57 |
| HSL | 295.2º | 0.13% | 0.38% | - |
| HSV(B) | 295.2º | 0.23% | 0.43% | - |
| XYZ | 12.25 | 10.81 | 16.19 | - |
| YUV | 94.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 85 | 110 | 0.02 | 0.23 | 0 | 0.57 | 295.2 | 0.13 | 0.38 |
| Hex | 6C | 55 | 6E | 2 | 17 | 0 | 39 | 127 | D | 26 |
| Octal | 154 | 125 | 156 | 2 | 27 | 0 | 71 | 447 | 15 | 46 |
| Binary | 1101100 | 1010101 | 1101110 | 10 | 10111 | 0 | 111001 | 100100111 | 1101 | 100110 |
Color Harmonies of #6C556E
Complementary color
Monochromatic Colors of #6C556E
Black with #6C556E
Text Example
Text Example
White with #6C556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C556E; }
p { color: rgb(108,85,110); }
H1.HeaderClassName
{
color: #6C556E;
}
.AnyTagClassName
{
color: #6C556E;
}
</style>
background-color css
<style>
a { background-color: #6C556E; }
a { background-color: rgb(108,85,110); }
div.DivClassName
{
background-color: #6C556E;
}
.BgClassName
{
background-color: #6C556E;
}
</style>
border-color css
<style>
span { border-color: #6C556E; }
span { border-color: rgb(108,85,110); }
td.TdClassName
{
border-color: #6C556E;
}
.TagClassName
{
border-color: #6C556E;
}
</style>