Shades of Fedora #6A5474
Tints of Fedora #6A5474
RGB
CMYK
RGB Variations
Color information
#6A5474 (or 0x6A5474) is known color: Fedora. HEX triplet: 6A, 54 and 74. RGB value is (106,84,116). Sum of RGB (Red+Green+Blue) = 106+84+116=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 116 - color contains mainly: blue. Hex color #6A5474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5474 is #95AB8B. Grayscale: #5E5E5E. Windows color (decimal): -9808780 or 7623786. OLE color: 7623786.
HSL color Cylindrical-coordinate representation of color #6A5474: hue angle of 281.25º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A5474 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 84 | 116 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.55 |
| HSL | 281.25º | 0.16% | 0.39% | - |
| HSV(B) | 281.25º | 0.28% | 0.45% | - |
| XYZ | 12.27 | 10.67 | 17.94 | - |
| YUV | 94.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 84 | 116 | 0.09 | 0.28 | 0 | 0.55 | 281.25 | 0.16 | 0.39 |
| Hex | 6A | 54 | 74 | 9 | 1C | 0 | 37 | 119 | 10 | 27 |
| Octal | 152 | 124 | 164 | 11 | 34 | 0 | 67 | 431 | 20 | 47 |
| Binary | 1101010 | 1010100 | 1110100 | 1001 | 11100 | 0 | 110111 | 100011001 | 10000 | 100111 |
Color Harmonies of #6A5474
Complementary color
Monochromatic Colors of #6A5474
Black with #6A5474
Text Example
Text Example
White with #6A5474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5474; }
p { color: rgb(106,84,116); }
H1.HeaderClassName
{
color: #6A5474;
}
.AnyTagClassName
{
color: #6A5474;
}
</style>
background-color css
<style>
a { background-color: #6A5474; }
a { background-color: rgb(106,84,116); }
div.DivClassName
{
background-color: #6A5474;
}
.BgClassName
{
background-color: #6A5474;
}
</style>
border-color css
<style>
span { border-color: #6A5474; }
span { border-color: rgb(106,84,116); }
td.TdClassName
{
border-color: #6A5474;
}
.TagClassName
{
border-color: #6A5474;
}
</style>