Shades of Fedora #69546E
Tints of Fedora #69546E
RGB
CMYK
RGB Variations
Color information
#69546E (or 0x69546E) is known color: Fedora. HEX triplet: 69, 54 and 6E. RGB value is (105,84,110). Sum of RGB (Red+Green+Blue) = 105+84+110=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 110 - color contains mainly: blue. Hex color #69546E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69546E is #96AB91. Grayscale: #5D5D5D. Windows color (decimal): -9874322 or 7230569. OLE color: 7230569.
HSL color Cylindrical-coordinate representation of color #69546E: hue angle of 288.46º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #69546E is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 84 | 110 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.57 |
| HSL | 288.46º | 0.13% | 0.38% | - |
| HSV(B) | 288.46º | 0.24% | 0.43% | - |
| XYZ | 11.81 | 10.47 | 16.15 | - |
| YUV | 93.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 84 | 110 | 0.05 | 0.24 | 0 | 0.57 | 288.46 | 0.13 | 0.38 |
| Hex | 69 | 54 | 6E | 5 | 18 | 0 | 39 | 120 | D | 26 |
| Octal | 151 | 124 | 156 | 5 | 30 | 0 | 71 | 440 | 15 | 46 |
| Binary | 1101001 | 1010100 | 1101110 | 101 | 11000 | 0 | 111001 | 100100000 | 1101 | 100110 |
Color Harmonies of #69546E
Complementary color
Monochromatic Colors of #69546E
Black with #69546E
Text Example
Text Example
White with #69546E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69546E; }
p { color: rgb(105,84,110); }
H1.HeaderClassName
{
color: #69546E;
}
.AnyTagClassName
{
color: #69546E;
}
</style>
background-color css
<style>
a { background-color: #69546E; }
a { background-color: rgb(105,84,110); }
div.DivClassName
{
background-color: #69546E;
}
.BgClassName
{
background-color: #69546E;
}
</style>
border-color css
<style>
span { border-color: #69546E; }
span { border-color: rgb(105,84,110); }
td.TdClassName
{
border-color: #69546E;
}
.TagClassName
{
border-color: #69546E;
}
</style>