Shades of Fedora #6A596D
Tints of Fedora #6A596D
RGB
CMYK
RGB Variations
Color information
#6A596D (or 0x6A596D) is known color: Fedora. HEX triplet: 6A, 59 and 6D. RGB value is (106,89,109). Sum of RGB (Red+Green+Blue) = 106+89+109=304 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.87% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A596D is #95A692. Grayscale: #606060. Windows color (decimal): -9807507 or 7166314. OLE color: 7166314.
HSL color Cylindrical-coordinate representation of color #6A596D: hue angle of 291º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A596D is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 89 | 109 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.57 |
| HSL | 291º | 0.1% | 0.39% | - |
| HSV(B) | 291º | 0.18% | 0.43% | - |
| XYZ | 12.28 | 11.31 | 16 | - |
| YUV | 96.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 89 | 109 | 0.03 | 0.18 | 0 | 0.57 | 291 | 0.1 | 0.39 |
| Hex | 6A | 59 | 6D | 3 | 12 | 0 | 39 | 123 | A | 27 |
| Octal | 152 | 131 | 155 | 3 | 22 | 0 | 71 | 443 | 12 | 47 |
| Binary | 1101010 | 1011001 | 1101101 | 11 | 10010 | 0 | 111001 | 100100011 | 1010 | 100111 |
Color Harmonies of #6A596D
Complementary color
Monochromatic Colors of #6A596D
Black with #6A596D
Text Example
Text Example
White with #6A596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A596D; }
p { color: rgb(106,89,109); }
H1.HeaderClassName
{
color: #6A596D;
}
.AnyTagClassName
{
color: #6A596D;
}
</style>
background-color css
<style>
a { background-color: #6A596D; }
a { background-color: rgb(106,89,109); }
div.DivClassName
{
background-color: #6A596D;
}
.BgClassName
{
background-color: #6A596D;
}
</style>
border-color css
<style>
span { border-color: #6A596D; }
span { border-color: rgb(106,89,109); }
td.TdClassName
{
border-color: #6A596D;
}
.TagClassName
{
border-color: #6A596D;
}
</style>