Shades of Fedora #6D5273
Tints of Fedora #6D5273
RGB
CMYK
RGB Variations
Color information
#6D5273 (or 0x6D5273) is known color: Fedora. HEX triplet: 6D, 52 and 73. RGB value is (109,82,115). Sum of RGB (Red+Green+Blue) = 109+82+115=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D5273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5273 is #92AD8C. Grayscale: #5D5D5D. Windows color (decimal): -9612685 or 7557741. OLE color: 7557741.
HSL color Cylindrical-coordinate representation of color #6D5273: hue angle of 289.09º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D5273 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 82 | 115 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.55 |
| HSL | 289.09º | 0.17% | 0.39% | - |
| HSV(B) | 289.09º | 0.29% | 0.45% | - |
| XYZ | 12.42 | 10.52 | 17.6 | - |
| YUV | 93.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 82 | 115 | 0.05 | 0.29 | 0 | 0.55 | 289.09 | 0.17 | 0.39 |
| Hex | 6D | 52 | 73 | 5 | 1D | 0 | 37 | 121 | 11 | 27 |
| Octal | 155 | 122 | 163 | 5 | 35 | 0 | 67 | 441 | 21 | 47 |
| Binary | 1101101 | 1010010 | 1110011 | 101 | 11101 | 0 | 110111 | 100100001 | 10001 | 100111 |
Color Harmonies of #6D5273
Complementary color
Monochromatic Colors of #6D5273
Black with #6D5273
Text Example
Text Example
White with #6D5273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5273; }
p { color: rgb(109,82,115); }
H1.HeaderClassName
{
color: #6D5273;
}
.AnyTagClassName
{
color: #6D5273;
}
</style>
background-color css
<style>
a { background-color: #6D5273; }
a { background-color: rgb(109,82,115); }
div.DivClassName
{
background-color: #6D5273;
}
.BgClassName
{
background-color: #6D5273;
}
</style>
border-color css
<style>
span { border-color: #6D5273; }
span { border-color: rgb(109,82,115); }
td.TdClassName
{
border-color: #6D5273;
}
.TagClassName
{
border-color: #6D5273;
}
</style>