Shades of Fedora #6D4F6D
Tints of Fedora #6D4F6D
RGB
CMYK
RGB Variations
Color information
#6D4F6D (or 0x6D4F6D) is known color: Fedora. HEX triplet: 6D, 4F and 6D. RGB value is (109,79,109). Sum of RGB (Red+Green+Blue) = 109+79+109=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D4F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4F6D is #92B092. Grayscale: #5B5B5B. Windows color (decimal): -9613459 or 7163757. OLE color: 7163757.
HSL color Cylindrical-coordinate representation of color #6D4F6D: hue angle of 300º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D4F6D is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 79 | 109 | - |
| CMYK | 0 | 0.28 | 0 | 0.57 |
| HSL | 300º | 0.16% | 0.37% | - |
| HSV(B) | 300º | 0.28% | 0.43% | - |
| XYZ | 11.86 | 9.95 | 15.76 | - |
| YUV | 91.39 | 137.94 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 79 | 109 | 0 | 0.28 | 0 | 0.57 | 300 | 0.16 | 0.37 |
| Hex | 6D | 4F | 6D | 0 | 1C | 0 | 39 | 12C | 10 | 25 |
| Octal | 155 | 117 | 155 | 0 | 34 | 0 | 71 | 454 | 20 | 45 |
| Binary | 1101101 | 1001111 | 1101101 | 0 | 11100 | 0 | 111001 | 100101100 | 10000 | 100101 |
Color Harmonies of #6D4F6D
Complementary color
Monochromatic Colors of #6D4F6D
Black with #6D4F6D
Text Example
Text Example
White with #6D4F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4F6D; }
p { color: rgb(109,79,109); }
H1.HeaderClassName
{
color: #6D4F6D;
}
.AnyTagClassName
{
color: #6D4F6D;
}
</style>
background-color css
<style>
a { background-color: #6D4F6D; }
a { background-color: rgb(109,79,109); }
div.DivClassName
{
background-color: #6D4F6D;
}
.BgClassName
{
background-color: #6D4F6D;
}
</style>
border-color css
<style>
span { border-color: #6D4F6D; }
span { border-color: rgb(109,79,109); }
td.TdClassName
{
border-color: #6D4F6D;
}
.TagClassName
{
border-color: #6D4F6D;
}
</style>