Shades of Fedora #6F5472
Tints of Fedora #6F5472
RGB
CMYK
RGB Variations
Color information
#6F5472 (or 0x6F5472) is known color: Fedora. HEX triplet: 6F, 54 and 72. RGB value is (111,84,114). Sum of RGB (Red+Green+Blue) = 111+84+114=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F5472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5472 is #90AB8D. Grayscale: #5F5F5F. Windows color (decimal): -9481102 or 7492719. OLE color: 7492719.
HSL color Cylindrical-coordinate representation of color #6F5472: hue angle of 294º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F5472 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 84 | 114 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.55 |
| HSL | 294º | 0.15% | 0.39% | - |
| HSV(B) | 294º | 0.26% | 0.45% | - |
| XYZ | 12.76 | 10.94 | 17.36 | - |
| YUV | 95.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 84 | 114 | 0.03 | 0.26 | 0 | 0.55 | 294 | 0.15 | 0.39 |
| Hex | 6F | 54 | 72 | 3 | 1A | 0 | 37 | 126 | F | 27 |
| Octal | 157 | 124 | 162 | 3 | 32 | 0 | 67 | 446 | 17 | 47 |
| Binary | 1101111 | 1010100 | 1110010 | 11 | 11010 | 0 | 110111 | 100100110 | 1111 | 100111 |
Color Harmonies of #6F5472
Complementary color
Monochromatic Colors of #6F5472
Black with #6F5472
Text Example
Text Example
White with #6F5472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5472; }
p { color: rgb(111,84,114); }
H1.HeaderClassName
{
color: #6F5472;
}
.AnyTagClassName
{
color: #6F5472;
}
</style>
background-color css
<style>
a { background-color: #6F5472; }
a { background-color: rgb(111,84,114); }
div.DivClassName
{
background-color: #6F5472;
}
.BgClassName
{
background-color: #6F5472;
}
</style>
border-color css
<style>
span { border-color: #6F5472; }
span { border-color: rgb(111,84,114); }
td.TdClassName
{
border-color: #6F5472;
}
.TagClassName
{
border-color: #6F5472;
}
</style>