Shades of Fedora #69506D
Tints of Fedora #69506D
RGB
CMYK
RGB Variations
Color information
#69506D (or 0x69506D) is known color: Fedora. HEX triplet: 69, 50 and 6D. RGB value is (105,80,109). Sum of RGB (Red+Green+Blue) = 105+80+109=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 109 - color contains mainly: blue. Hex color #69506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69506D is #96AF92. Grayscale: #5A5A5A. Windows color (decimal): -9875347 or 7164009. OLE color: 7164009.
HSL color Cylindrical-coordinate representation of color #69506D: hue angle of 291.72º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #69506D is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 80 | 109 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.57 |
| HSL | 291.72º | 0.15% | 0.37% | - |
| HSV(B) | 291.72º | 0.27% | 0.43% | - |
| XYZ | 11.45 | 9.84 | 15.76 | - |
| YUV | 90.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 80 | 109 | 0.04 | 0.27 | 0 | 0.57 | 291.72 | 0.15 | 0.37 |
| Hex | 69 | 50 | 6D | 4 | 1B | 0 | 39 | 124 | F | 25 |
| Octal | 151 | 120 | 155 | 4 | 33 | 0 | 71 | 444 | 17 | 45 |
| Binary | 1101001 | 1010000 | 1101101 | 100 | 11011 | 0 | 111001 | 100100100 | 1111 | 100101 |
Color Harmonies of #69506D
Complementary color
Monochromatic Colors of #69506D
Black with #69506D
Text Example
Text Example
White with #69506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69506D; }
p { color: rgb(105,80,109); }
H1.HeaderClassName
{
color: #69506D;
}
.AnyTagClassName
{
color: #69506D;
}
</style>
background-color css
<style>
a { background-color: #69506D; }
a { background-color: rgb(105,80,109); }
div.DivClassName
{
background-color: #69506D;
}
.BgClassName
{
background-color: #69506D;
}
</style>
border-color css
<style>
span { border-color: #69506D; }
span { border-color: rgb(105,80,109); }
td.TdClassName
{
border-color: #69506D;
}
.TagClassName
{
border-color: #69506D;
}
</style>