Shades of Fedora #69576E
Tints of Fedora #69576E
RGB
CMYK
RGB Variations
Color information
#69576E (or 0x69576E) is known color: Fedora. HEX triplet: 69, 57 and 6E. RGB value is (105,87,110). Sum of RGB (Red+Green+Blue) = 105+87+110=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 110 - color contains mainly: blue. Hex color #69576E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69576E is #96A891. Grayscale: #5E5E5E. Windows color (decimal): -9873554 or 7231337. OLE color: 7231337.
HSL color Cylindrical-coordinate representation of color #69576E: hue angle of 286.96º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #69576E is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 87 | 110 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.57 |
| HSL | 286.96º | 0.12% | 0.39% | - |
| HSV(B) | 286.96º | 0.21% | 0.43% | - |
| XYZ | 12.05 | 10.95 | 16.23 | - |
| YUV | 95 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 87 | 110 | 0.05 | 0.21 | 0 | 0.57 | 286.96 | 0.12 | 0.39 |
| Hex | 69 | 57 | 6E | 5 | 15 | 0 | 39 | 11F | C | 27 |
| Octal | 151 | 127 | 156 | 5 | 25 | 0 | 71 | 437 | 14 | 47 |
| Binary | 1101001 | 1010111 | 1101110 | 101 | 10101 | 0 | 111001 | 100011111 | 1100 | 100111 |
Color Harmonies of #69576E
Complementary color
Monochromatic Colors of #69576E
Black with #69576E
Text Example
Text Example
White with #69576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69576E; }
p { color: rgb(105,87,110); }
H1.HeaderClassName
{
color: #69576E;
}
.AnyTagClassName
{
color: #69576E;
}
</style>
background-color css
<style>
a { background-color: #69576E; }
a { background-color: rgb(105,87,110); }
div.DivClassName
{
background-color: #69576E;
}
.BgClassName
{
background-color: #69576E;
}
</style>
border-color css
<style>
span { border-color: #69576E; }
span { border-color: rgb(105,87,110); }
td.TdClassName
{
border-color: #69576E;
}
.TagClassName
{
border-color: #69576E;
}
</style>