Shades of Fedora #69596A
Tints of Fedora #69596A
RGB
CMYK
RGB Variations
Color information
#69596A (or 0x69596A) is known color: Fedora. HEX triplet: 69, 59 and 6A. RGB value is (105,89,106). Sum of RGB (Red+Green+Blue) = 105+89+106=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 106 - color contains mainly: blue. Hex color #69596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69596A is #96A695. Grayscale: #5F5F5F. Windows color (decimal): -9873046 or 6969705. OLE color: 6969705.
HSL color Cylindrical-coordinate representation of color #69596A: hue angle of 296.47º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #69596A is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 89 | 106 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.58 |
| HSL | 296.47º | 0.09% | 0.38% | - |
| HSV(B) | 296.47º | 0.16% | 0.42% | - |
| XYZ | 12 | 11.19 | 15.16 | - |
| YUV | 95.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 89 | 106 | 0.01 | 0.16 | 0 | 0.58 | 296.47 | 0.09 | 0.38 |
| Hex | 69 | 59 | 6A | 1 | 10 | 0 | 3A | 128 | 9 | 26 |
| Octal | 151 | 131 | 152 | 1 | 20 | 0 | 72 | 450 | 11 | 46 |
| Binary | 1101001 | 1011001 | 1101010 | 1 | 10000 | 0 | 111010 | 100101000 | 1001 | 100110 |
Color Harmonies of #69596A
Complementary color
Monochromatic Colors of #69596A
Black with #69596A
Text Example
Text Example
White with #69596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69596A; }
p { color: rgb(105,89,106); }
H1.HeaderClassName
{
color: #69596A;
}
.AnyTagClassName
{
color: #69596A;
}
</style>
background-color css
<style>
a { background-color: #69596A; }
a { background-color: rgb(105,89,106); }
div.DivClassName
{
background-color: #69596A;
}
.BgClassName
{
background-color: #69596A;
}
</style>
border-color css
<style>
span { border-color: #69596A; }
span { border-color: rgb(105,89,106); }
td.TdClassName
{
border-color: #69596A;
}
.TagClassName
{
border-color: #69596A;
}
</style>