Shades of Fedora #69506F
Tints of Fedora #69506F
RGB
CMYK
RGB Variations
Color information
#69506F (or 0x69506F) is known color: Fedora. HEX triplet: 69, 50 and 6F. RGB value is (105,80,111). Sum of RGB (Red+Green+Blue) = 105+80+111=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 111 - color contains mainly: blue. Hex color #69506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69506F is #96AF90. Grayscale: #5A5A5A. Windows color (decimal): -9875345 or 7295081. OLE color: 7295081.
HSL color Cylindrical-coordinate representation of color #69506F: hue angle of 288.39º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #69506F is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 80 | 111 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.56 |
| HSL | 288.39º | 0.16% | 0.37% | - |
| HSV(B) | 288.39º | 0.28% | 0.44% | - |
| XYZ | 11.56 | 9.89 | 16.34 | - |
| YUV | 91.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 80 | 111 | 0.05 | 0.28 | 0 | 0.56 | 288.39 | 0.16 | 0.37 |
| Hex | 69 | 50 | 6F | 5 | 1C | 0 | 38 | 120 | 10 | 25 |
| Octal | 151 | 120 | 157 | 5 | 34 | 0 | 70 | 440 | 20 | 45 |
| Binary | 1101001 | 1010000 | 1101111 | 101 | 11100 | 0 | 111000 | 100100000 | 10000 | 100101 |
Color Harmonies of #69506F
Complementary color
Monochromatic Colors of #69506F
Black with #69506F
Text Example
Text Example
White with #69506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69506F; }
p { color: rgb(105,80,111); }
H1.HeaderClassName
{
color: #69506F;
}
.AnyTagClassName
{
color: #69506F;
}
</style>
background-color css
<style>
a { background-color: #69506F; }
a { background-color: rgb(105,80,111); }
div.DivClassName
{
background-color: #69506F;
}
.BgClassName
{
background-color: #69506F;
}
</style>
border-color css
<style>
span { border-color: #69506F; }
span { border-color: rgb(105,80,111); }
td.TdClassName
{
border-color: #69506F;
}
.TagClassName
{
border-color: #69506F;
}
</style>