Shades of Fedora #69576D
Tints of Fedora #69576D
RGB
CMYK
RGB Variations
Color information
#69576D (or 0x69576D) is known color: Fedora. HEX triplet: 69, 57 and 6D. RGB value is (105,87,109). Sum of RGB (Red+Green+Blue) = 105+87+109=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 109 - color contains mainly: blue. Hex color #69576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69576D is #96A892. Grayscale: #5E5E5E. Windows color (decimal): -9873555 or 7165801. OLE color: 7165801.
HSL color Cylindrical-coordinate representation of color #69576D: hue angle of 289.09º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #69576D is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 87 | 109 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.57 |
| HSL | 289.09º | 0.11% | 0.38% | - |
| HSV(B) | 289.09º | 0.2% | 0.43% | - |
| XYZ | 11.99 | 10.92 | 15.94 | - |
| YUV | 94.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 87 | 109 | 0.04 | 0.20 | 0 | 0.57 | 289.09 | 0.11 | 0.38 |
| Hex | 69 | 57 | 6D | 4 | 14 | 0 | 39 | 121 | B | 26 |
| Octal | 151 | 127 | 155 | 4 | 24 | 0 | 71 | 441 | 13 | 46 |
| Binary | 1101001 | 1010111 | 1101101 | 100 | 10100 | 0 | 111001 | 100100001 | 1011 | 100110 |
Color Harmonies of #69576D
Complementary color
Monochromatic Colors of #69576D
Black with #69576D
Text Example
Text Example
White with #69576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69576D; }
p { color: rgb(105,87,109); }
H1.HeaderClassName
{
color: #69576D;
}
.AnyTagClassName
{
color: #69576D;
}
</style>
background-color css
<style>
a { background-color: #69576D; }
a { background-color: rgb(105,87,109); }
div.DivClassName
{
background-color: #69576D;
}
.BgClassName
{
background-color: #69576D;
}
</style>
border-color css
<style>
span { border-color: #69576D; }
span { border-color: rgb(105,87,109); }
td.TdClassName
{
border-color: #69576D;
}
.TagClassName
{
border-color: #69576D;
}
</style>