Shades of Fedora #6C566E
Tints of Fedora #6C566E
RGB
CMYK
RGB Variations
Color information
#6C566E (or 0x6C566E) is known color: Fedora. HEX triplet: 6C, 56 and 6E. RGB value is (108,86,110). Sum of RGB (Red+Green+Blue) = 108+86+110=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C566E is #93A991. Grayscale: #5F5F5F. Windows color (decimal): -9677202 or 7231084. OLE color: 7231084.
HSL color Cylindrical-coordinate representation of color #6C566E: hue angle of 295º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C566E is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 86 | 110 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.57 |
| HSL | 295º | 0.12% | 0.38% | - |
| HSV(B) | 295º | 0.22% | 0.43% | - |
| XYZ | 12.33 | 10.97 | 16.22 | - |
| YUV | 95.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 86 | 110 | 0.02 | 0.22 | 0 | 0.57 | 295 | 0.12 | 0.38 |
| Hex | 6C | 56 | 6E | 2 | 16 | 0 | 39 | 127 | C | 26 |
| Octal | 154 | 126 | 156 | 2 | 26 | 0 | 71 | 447 | 14 | 46 |
| Binary | 1101100 | 1010110 | 1101110 | 10 | 10110 | 0 | 111001 | 100100111 | 1100 | 100110 |
Color Harmonies of #6C566E
Complementary color
Monochromatic Colors of #6C566E
Black with #6C566E
Text Example
Text Example
White with #6C566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C566E; }
p { color: rgb(108,86,110); }
H1.HeaderClassName
{
color: #6C566E;
}
.AnyTagClassName
{
color: #6C566E;
}
</style>
background-color css
<style>
a { background-color: #6C566E; }
a { background-color: rgb(108,86,110); }
div.DivClassName
{
background-color: #6C566E;
}
.BgClassName
{
background-color: #6C566E;
}
</style>
border-color css
<style>
span { border-color: #6C566E; }
span { border-color: rgb(108,86,110); }
td.TdClassName
{
border-color: #6C566E;
}
.TagClassName
{
border-color: #6C566E;
}
</style>