Shades of Fedora #69566C
Tints of Fedora #69566C
RGB
CMYK
RGB Variations
Color information
#69566C (or 0x69566C) is known color: Fedora. HEX triplet: 69, 56 and 6C. RGB value is (105,86,108). Sum of RGB (Red+Green+Blue) = 105+86+108=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 108 - color contains mainly: blue. Hex color #69566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69566C is #96A993. Grayscale: #5E5E5E. Windows color (decimal): -9873812 or 7100009. OLE color: 7100009.
HSL color Cylindrical-coordinate representation of color #69566C: hue angle of 291.82º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #69566C is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 86 | 108 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.58 |
| HSL | 291.82º | 0.11% | 0.38% | - |
| HSV(B) | 291.82º | 0.2% | 0.42% | - |
| XYZ | 11.86 | 10.74 | 15.64 | - |
| YUV | 94.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 86 | 108 | 0.03 | 0.20 | 0 | 0.58 | 291.82 | 0.11 | 0.38 |
| Hex | 69 | 56 | 6C | 3 | 14 | 0 | 3A | 124 | B | 26 |
| Octal | 151 | 126 | 154 | 3 | 24 | 0 | 72 | 444 | 13 | 46 |
| Binary | 1101001 | 1010110 | 1101100 | 11 | 10100 | 0 | 111010 | 100100100 | 1011 | 100110 |
Color Harmonies of #69566C
Complementary color
Monochromatic Colors of #69566C
Black with #69566C
Text Example
Text Example
White with #69566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69566C; }
p { color: rgb(105,86,108); }
H1.HeaderClassName
{
color: #69566C;
}
.AnyTagClassName
{
color: #69566C;
}
</style>
background-color css
<style>
a { background-color: #69566C; }
a { background-color: rgb(105,86,108); }
div.DivClassName
{
background-color: #69566C;
}
.BgClassName
{
background-color: #69566C;
}
</style>
border-color css
<style>
span { border-color: #69566C; }
span { border-color: rgb(105,86,108); }
td.TdClassName
{
border-color: #69566C;
}
.TagClassName
{
border-color: #69566C;
}
</style>