Shades of Fedora #69526E
Tints of Fedora #69526E
RGB
CMYK
RGB Variations
Color information
#69526E (or 0x69526E) is known color: Fedora. HEX triplet: 69, 52 and 6E. RGB value is (105,82,110). Sum of RGB (Red+Green+Blue) = 105+82+110=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 110 - color contains mainly: blue. Hex color #69526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69526E is #96AD91. Grayscale: #5B5B5B. Windows color (decimal): -9874834 or 7230057. OLE color: 7230057.
HSL color Cylindrical-coordinate representation of color #69526E: hue angle of 289.29º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #69526E is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 82 | 110 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.57 |
| HSL | 289.29º | 0.15% | 0.38% | - |
| HSV(B) | 289.29º | 0.25% | 0.43% | - |
| XYZ | 11.66 | 10.16 | 16.1 | - |
| YUV | 92.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 82 | 110 | 0.05 | 0.25 | 0 | 0.57 | 289.29 | 0.15 | 0.38 |
| Hex | 69 | 52 | 6E | 5 | 19 | 0 | 39 | 121 | F | 26 |
| Octal | 151 | 122 | 156 | 5 | 31 | 0 | 71 | 441 | 17 | 46 |
| Binary | 1101001 | 1010010 | 1101110 | 101 | 11001 | 0 | 111001 | 100100001 | 1111 | 100110 |
Color Harmonies of #69526E
Complementary color
Monochromatic Colors of #69526E
Black with #69526E
Text Example
Text Example
White with #69526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69526E; }
p { color: rgb(105,82,110); }
H1.HeaderClassName
{
color: #69526E;
}
.AnyTagClassName
{
color: #69526E;
}
</style>
background-color css
<style>
a { background-color: #69526E; }
a { background-color: rgb(105,82,110); }
div.DivClassName
{
background-color: #69526E;
}
.BgClassName
{
background-color: #69526E;
}
</style>
border-color css
<style>
span { border-color: #69526E; }
span { border-color: rgb(105,82,110); }
td.TdClassName
{
border-color: #69526E;
}
.TagClassName
{
border-color: #69526E;
}
</style>