Shades of Fedora #6B5470
Tints of Fedora #6B5470
RGB
CMYK
RGB Variations
Color information
#6B5470 (or 0x6B5470) is known color: Fedora. HEX triplet: 6B, 54 and 70. RGB value is (107,84,112). Sum of RGB (Red+Green+Blue) = 107+84+112=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B5470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5470 is #94AB8F. Grayscale: #5D5D5D. Windows color (decimal): -9743248 or 7361643. OLE color: 7361643.
HSL color Cylindrical-coordinate representation of color #6B5470: hue angle of 289.29º 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 #6B5470 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 84 | 112 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.56 |
| HSL | 289.29º | 0.14% | 0.38% | - |
| HSV(B) | 289.29º | 0.25% | 0.44% | - |
| XYZ | 12.16 | 10.64 | 16.74 | - |
| YUV | 94.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 84 | 112 | 0.04 | 0.25 | 0 | 0.56 | 289.29 | 0.14 | 0.38 |
| Hex | 6B | 54 | 70 | 4 | 19 | 0 | 38 | 121 | E | 26 |
| Octal | 153 | 124 | 160 | 4 | 31 | 0 | 70 | 441 | 16 | 46 |
| Binary | 1101011 | 1010100 | 1110000 | 100 | 11001 | 0 | 111000 | 100100001 | 1110 | 100110 |
Color Harmonies of #6B5470
Complementary color
Monochromatic Colors of #6B5470
Black with #6B5470
Text Example
Text Example
White with #6B5470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5470; }
p { color: rgb(107,84,112); }
H1.HeaderClassName
{
color: #6B5470;
}
.AnyTagClassName
{
color: #6B5470;
}
</style>
background-color css
<style>
a { background-color: #6B5470; }
a { background-color: rgb(107,84,112); }
div.DivClassName
{
background-color: #6B5470;
}
.BgClassName
{
background-color: #6B5470;
}
</style>
border-color css
<style>
span { border-color: #6B5470; }
span { border-color: rgb(107,84,112); }
td.TdClassName
{
border-color: #6B5470;
}
.TagClassName
{
border-color: #6B5470;
}
</style>