Shades of Fedora #6C5672
Tints of Fedora #6C5672
RGB
CMYK
RGB Variations
Color information
#6C5672 (or 0x6C5672) is known color: Fedora. HEX triplet: 6C, 56 and 72. RGB value is (108,86,114). Sum of RGB (Red+Green+Blue) = 108+86+114=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C5672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5672 is #93A98D. Grayscale: #5F5F5F. Windows color (decimal): -9677198 or 7493228. OLE color: 7493228.
HSL color Cylindrical-coordinate representation of color #6C5672: hue angle of 287.14º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C5672 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 86 | 114 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.55 |
| HSL | 287.14º | 0.14% | 0.39% | - |
| HSV(B) | 287.14º | 0.25% | 0.45% | - |
| XYZ | 12.55 | 11.06 | 17.39 | - |
| YUV | 95.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 86 | 114 | 0.05 | 0.25 | 0 | 0.55 | 287.14 | 0.14 | 0.39 |
| Hex | 6C | 56 | 72 | 5 | 19 | 0 | 37 | 11F | E | 27 |
| Octal | 154 | 126 | 162 | 5 | 31 | 0 | 67 | 437 | 16 | 47 |
| Binary | 1101100 | 1010110 | 1110010 | 101 | 11001 | 0 | 110111 | 100011111 | 1110 | 100111 |
Color Harmonies of #6C5672
Complementary color
Monochromatic Colors of #6C5672
Black with #6C5672
Text Example
Text Example
White with #6C5672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5672; }
p { color: rgb(108,86,114); }
H1.HeaderClassName
{
color: #6C5672;
}
.AnyTagClassName
{
color: #6C5672;
}
</style>
background-color css
<style>
a { background-color: #6C5672; }
a { background-color: rgb(108,86,114); }
div.DivClassName
{
background-color: #6C5672;
}
.BgClassName
{
background-color: #6C5672;
}
</style>
border-color css
<style>
span { border-color: #6C5672; }
span { border-color: rgb(108,86,114); }
td.TdClassName
{
border-color: #6C5672;
}
.TagClassName
{
border-color: #6C5672;
}
</style>