Shades of Fedora #69586D
Tints of Fedora #69586D
RGB
CMYK
RGB Variations
Color information
#69586D (or 0x69586D) is known color: Fedora. HEX triplet: 69, 58 and 6D. RGB value is (105,88,109). Sum of RGB (Red+Green+Blue) = 105+88+109=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 109 - color contains mainly: blue. Hex color #69586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69586D is #96A792. Grayscale: #5F5F5F. Windows color (decimal): -9873299 or 7166057. OLE color: 7166057.
HSL color Cylindrical-coordinate representation of color #69586D: hue angle of 288.57º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #69586D is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 88 | 109 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.57 |
| HSL | 288.57º | 0.11% | 0.39% | - |
| HSV(B) | 288.57º | 0.19% | 0.43% | - |
| XYZ | 12.08 | 11.09 | 15.97 | - |
| YUV | 95.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 88 | 109 | 0.04 | 0.19 | 0 | 0.57 | 288.57 | 0.11 | 0.39 |
| Hex | 69 | 58 | 6D | 4 | 13 | 0 | 39 | 121 | B | 27 |
| Octal | 151 | 130 | 155 | 4 | 23 | 0 | 71 | 441 | 13 | 47 |
| Binary | 1101001 | 1011000 | 1101101 | 100 | 10011 | 0 | 111001 | 100100001 | 1011 | 100111 |
Color Harmonies of #69586D
Complementary color
Monochromatic Colors of #69586D
Black with #69586D
Text Example
Text Example
White with #69586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69586D; }
p { color: rgb(105,88,109); }
H1.HeaderClassName
{
color: #69586D;
}
.AnyTagClassName
{
color: #69586D;
}
</style>
background-color css
<style>
a { background-color: #69586D; }
a { background-color: rgb(105,88,109); }
div.DivClassName
{
background-color: #69586D;
}
.BgClassName
{
background-color: #69586D;
}
</style>
border-color css
<style>
span { border-color: #69586D; }
span { border-color: rgb(105,88,109); }
td.TdClassName
{
border-color: #69586D;
}
.TagClassName
{
border-color: #69586D;
}
</style>