Shades of Fedora #6A5573
Tints of Fedora #6A5573
RGB
CMYK
RGB Variations
Color information
#6A5573 (or 0x6A5573) is known color: Fedora. HEX triplet: 6A, 55 and 73. RGB value is (106,85,115). Sum of RGB (Red+Green+Blue) = 106+85+115=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A5573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5573 is #95AA8C. Grayscale: #5E5E5E. Windows color (decimal): -9808525 or 7558506. OLE color: 7558506.
HSL color Cylindrical-coordinate representation of color #6A5573: hue angle of 282º 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 #6A5573 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 85 | 115 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.55 |
| HSL | 282º | 0.15% | 0.39% | - |
| HSV(B) | 282º | 0.26% | 0.45% | - |
| XYZ | 12.29 | 10.8 | 17.66 | - |
| YUV | 94.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 85 | 115 | 0.08 | 0.26 | 0 | 0.55 | 282 | 0.15 | 0.39 |
| Hex | 6A | 55 | 73 | 8 | 1A | 0 | 37 | 11A | F | 27 |
| Octal | 152 | 125 | 163 | 10 | 32 | 0 | 67 | 432 | 17 | 47 |
| Binary | 1101010 | 1010101 | 1110011 | 1000 | 11010 | 0 | 110111 | 100011010 | 1111 | 100111 |
Color Harmonies of #6A5573
Complementary color
Monochromatic Colors of #6A5573
Black with #6A5573
Text Example
Text Example
White with #6A5573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5573; }
p { color: rgb(106,85,115); }
H1.HeaderClassName
{
color: #6A5573;
}
.AnyTagClassName
{
color: #6A5573;
}
</style>
background-color css
<style>
a { background-color: #6A5573; }
a { background-color: rgb(106,85,115); }
div.DivClassName
{
background-color: #6A5573;
}
.BgClassName
{
background-color: #6A5573;
}
</style>
border-color css
<style>
span { border-color: #6A5573; }
span { border-color: rgb(106,85,115); }
td.TdClassName
{
border-color: #6A5573;
}
.TagClassName
{
border-color: #6A5573;
}
</style>