Shades of Fedora #6C4D6D
Tints of Fedora #6C4D6D
RGB
CMYK
RGB Variations
Color information
#6C4D6D (or 0x6C4D6D) is known color: Fedora. HEX triplet: 6C, 4D and 6D. RGB value is (108,77,109). Sum of RGB (Red+Green+Blue) = 108+77+109=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C4D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C4D6D is #93B292. Grayscale: #595959. Windows color (decimal): -9679507 or 7163244. OLE color: 7163244.
HSL color Cylindrical-coordinate representation of color #6C4D6D: hue angle of 298.12º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C4D6D is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 77 | 109 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.57 |
| HSL | 298.13º | 0.17% | 0.36% | - |
| HSV(B) | 298.13º | 0.29% | 0.43% | - |
| XYZ | 11.6 | 9.6 | 15.71 | - |
| YUV | 89.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 77 | 109 | 0.01 | 0.29 | 0 | 0.57 | 298.13 | 0.17 | 0.36 |
| Hex | 6C | 4D | 6D | 1 | 1D | 0 | 39 | 12A | 11 | 24 |
| Octal | 154 | 115 | 155 | 1 | 35 | 0 | 71 | 452 | 21 | 44 |
| Binary | 1101100 | 1001101 | 1101101 | 1 | 11101 | 0 | 111001 | 100101010 | 10001 | 100100 |
Color Harmonies of #6C4D6D
Complementary color
Monochromatic Colors of #6C4D6D
Black with #6C4D6D
Text Example
Text Example
White with #6C4D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4D6D; }
p { color: rgb(108,77,109); }
H1.HeaderClassName
{
color: #6C4D6D;
}
.AnyTagClassName
{
color: #6C4D6D;
}
</style>
background-color css
<style>
a { background-color: #6C4D6D; }
a { background-color: rgb(108,77,109); }
div.DivClassName
{
background-color: #6C4D6D;
}
.BgClassName
{
background-color: #6C4D6D;
}
</style>
border-color css
<style>
span { border-color: #6C4D6D; }
span { border-color: rgb(108,77,109); }
td.TdClassName
{
border-color: #6C4D6D;
}
.TagClassName
{
border-color: #6C4D6D;
}
</style>