Shades of Fedora #69556C
Tints of Fedora #69556C
RGB
CMYK
RGB Variations
Color information
#69556C (or 0x69556C) is known color: Fedora. HEX triplet: 69, 55 and 6C. RGB value is (105,85,108). Sum of RGB (Red+Green+Blue) = 105+85+108=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 108 - color contains mainly: blue. Hex color #69556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69556C is #96AA93. Grayscale: #5D5D5D. Windows color (decimal): -9874068 or 7099753. OLE color: 7099753.
HSL color Cylindrical-coordinate representation of color #69556C: hue angle of 292.17º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #69556C is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 85 | 108 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.58 |
| HSL | 292.17º | 0.12% | 0.38% | - |
| HSV(B) | 292.17º | 0.21% | 0.42% | - |
| XYZ | 11.78 | 10.58 | 15.61 | - |
| YUV | 93.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 108 | 0.03 | 0.21 | 0 | 0.58 | 292.17 | 0.12 | 0.38 |
| Hex | 69 | 55 | 6C | 3 | 15 | 0 | 3A | 124 | C | 26 |
| Octal | 151 | 125 | 154 | 3 | 25 | 0 | 72 | 444 | 14 | 46 |
| Binary | 1101001 | 1010101 | 1101100 | 11 | 10101 | 0 | 111010 | 100100100 | 1100 | 100110 |
Color Harmonies of #69556C
Complementary color
Monochromatic Colors of #69556C
Black with #69556C
Text Example
Text Example
White with #69556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69556C; }
p { color: rgb(105,85,108); }
H1.HeaderClassName
{
color: #69556C;
}
.AnyTagClassName
{
color: #69556C;
}
</style>
background-color css
<style>
a { background-color: #69556C; }
a { background-color: rgb(105,85,108); }
div.DivClassName
{
background-color: #69556C;
}
.BgClassName
{
background-color: #69556C;
}
</style>
border-color css
<style>
span { border-color: #69556C; }
span { border-color: rgb(105,85,108); }
td.TdClassName
{
border-color: #69556C;
}
.TagClassName
{
border-color: #69556C;
}
</style>