Shades of Fedora #6A5174
Tints of Fedora #6A5174
RGB
CMYK
RGB Variations
Color information
#6A5174 (or 0x6A5174) is known color: Fedora. HEX triplet: 6A, 51 and 74. RGB value is (106,81,116). Sum of RGB (Red+Green+Blue) = 106+81+116=303 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.98% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 116 - color contains mainly: blue. Hex color #6A5174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5174 is #95AE8B. Grayscale: #5C5C5C. Windows color (decimal): -9809548 or 7623018. OLE color: 7623018.
HSL color Cylindrical-coordinate representation of color #6A5174: hue angle of 282.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A5174 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 81 | 116 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.55 |
| HSL | 282.86º | 0.18% | 0.39% | - |
| HSV(B) | 282.86º | 0.3% | 0.45% | - |
| XYZ | 12.04 | 10.21 | 17.86 | - |
| YUV | 92.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 81 | 116 | 0.09 | 0.30 | 0 | 0.55 | 282.86 | 0.18 | 0.39 |
| Hex | 6A | 51 | 74 | 9 | 1E | 0 | 37 | 11B | 12 | 27 |
| Octal | 152 | 121 | 164 | 11 | 36 | 0 | 67 | 433 | 22 | 47 |
| Binary | 1101010 | 1010001 | 1110100 | 1001 | 11110 | 0 | 110111 | 100011011 | 10010 | 100111 |
Color Harmonies of #6A5174
Complementary color
Monochromatic Colors of #6A5174
Black with #6A5174
Text Example
Text Example
White with #6A5174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5174; }
p { color: rgb(106,81,116); }
H1.HeaderClassName
{
color: #6A5174;
}
.AnyTagClassName
{
color: #6A5174;
}
</style>
background-color css
<style>
a { background-color: #6A5174; }
a { background-color: rgb(106,81,116); }
div.DivClassName
{
background-color: #6A5174;
}
.BgClassName
{
background-color: #6A5174;
}
</style>
border-color css
<style>
span { border-color: #6A5174; }
span { border-color: rgb(106,81,116); }
td.TdClassName
{
border-color: #6A5174;
}
.TagClassName
{
border-color: #6A5174;
}
</style>