Shades of Fedora #6C5172
Tints of Fedora #6C5172
RGB
CMYK
RGB Variations
Color information
#6C5172 (or 0x6C5172) is known color: Fedora. HEX triplet: 6C, 51 and 72. RGB value is (108,81,114). Sum of RGB (Red+Green+Blue) = 108+81+114=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C5172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5172 is #93AE8D. Grayscale: #5C5C5C. Windows color (decimal): -9678478 or 7491948. OLE color: 7491948.
HSL color Cylindrical-coordinate representation of color #6C5172: hue angle of 289.09º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C5172 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 81 | 114 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.55 |
| HSL | 289.09º | 0.17% | 0.38% | - |
| HSV(B) | 289.09º | 0.29% | 0.45% | - |
| XYZ | 12.16 | 10.29 | 17.26 | - |
| YUV | 92.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 81 | 114 | 0.05 | 0.29 | 0 | 0.55 | 289.09 | 0.17 | 0.38 |
| Hex | 6C | 51 | 72 | 5 | 1D | 0 | 37 | 121 | 11 | 26 |
| Octal | 154 | 121 | 162 | 5 | 35 | 0 | 67 | 441 | 21 | 46 |
| Binary | 1101100 | 1010001 | 1110010 | 101 | 11101 | 0 | 110111 | 100100001 | 10001 | 100110 |
Color Harmonies of #6C5172
Complementary color
Monochromatic Colors of #6C5172
Black with #6C5172
Text Example
Text Example
White with #6C5172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5172; }
p { color: rgb(108,81,114); }
H1.HeaderClassName
{
color: #6C5172;
}
.AnyTagClassName
{
color: #6C5172;
}
</style>
background-color css
<style>
a { background-color: #6C5172; }
a { background-color: rgb(108,81,114); }
div.DivClassName
{
background-color: #6C5172;
}
.BgClassName
{
background-color: #6C5172;
}
</style>
border-color css
<style>
span { border-color: #6C5172; }
span { border-color: rgb(108,81,114); }
td.TdClassName
{
border-color: #6C5172;
}
.TagClassName
{
border-color: #6C5172;
}
</style>