Shades of Fedora #6F5470
Tints of Fedora #6F5470
RGB
CMYK
RGB Variations
Color information
#6F5470 (or 0x6F5470) is known color: Fedora. HEX triplet: 6F, 54 and 70. RGB value is (111,84,112). Sum of RGB (Red+Green+Blue) = 111+84+112=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F5470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5470 is #90AB8F. Grayscale: #5F5F5F. Windows color (decimal): -9481104 or 7361647. OLE color: 7361647.
HSL color Cylindrical-coordinate representation of color #6F5470: hue angle of 297.86º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F5470 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 84 | 112 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.56 |
| HSL | 297.86º | 0.14% | 0.38% | - |
| HSV(B) | 297.86º | 0.25% | 0.44% | - |
| XYZ | 12.65 | 10.89 | 16.76 | - |
| YUV | 95.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 84 | 112 | 0.01 | 0.25 | 0 | 0.56 | 297.86 | 0.14 | 0.38 |
| Hex | 6F | 54 | 70 | 1 | 19 | 0 | 38 | 12A | E | 26 |
| Octal | 157 | 124 | 160 | 1 | 31 | 0 | 70 | 452 | 16 | 46 |
| Binary | 1101111 | 1010100 | 1110000 | 1 | 11001 | 0 | 111000 | 100101010 | 1110 | 100110 |
Color Harmonies of #6F5470
Complementary color
Monochromatic Colors of #6F5470
Black with #6F5470
Text Example
Text Example
White with #6F5470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5470; }
p { color: rgb(111,84,112); }
H1.HeaderClassName
{
color: #6F5470;
}
.AnyTagClassName
{
color: #6F5470;
}
</style>
background-color css
<style>
a { background-color: #6F5470; }
a { background-color: rgb(111,84,112); }
div.DivClassName
{
background-color: #6F5470;
}
.BgClassName
{
background-color: #6F5470;
}
</style>
border-color css
<style>
span { border-color: #6F5470; }
span { border-color: rgb(111,84,112); }
td.TdClassName
{
border-color: #6F5470;
}
.TagClassName
{
border-color: #6F5470;
}
</style>