Shades of Fedora #69526D
Tints of Fedora #69526D
RGB
CMYK
RGB Variations
Color information
#69526D (or 0x69526D) is known color: Fedora. HEX triplet: 69, 52 and 6D. RGB value is (105,82,109). Sum of RGB (Red+Green+Blue) = 105+82+109=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 109 - color contains mainly: blue. Hex color #69526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69526D is #96AD92. Grayscale: #5B5B5B. Windows color (decimal): -9874835 or 7164521. OLE color: 7164521.
HSL color Cylindrical-coordinate representation of color #69526D: hue angle of 291.11º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #69526D is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 82 | 109 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.57 |
| HSL | 291.11º | 0.14% | 0.37% | - |
| HSV(B) | 291.11º | 0.25% | 0.43% | - |
| XYZ | 11.6 | 10.14 | 15.81 | - |
| YUV | 91.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 82 | 109 | 0.04 | 0.25 | 0 | 0.57 | 291.11 | 0.14 | 0.37 |
| Hex | 69 | 52 | 6D | 4 | 19 | 0 | 39 | 123 | E | 25 |
| Octal | 151 | 122 | 155 | 4 | 31 | 0 | 71 | 443 | 16 | 45 |
| Binary | 1101001 | 1010010 | 1101101 | 100 | 11001 | 0 | 111001 | 100100011 | 1110 | 100101 |
Color Harmonies of #69526D
Complementary color
Monochromatic Colors of #69526D
Black with #69526D
Text Example
Text Example
White with #69526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69526D; }
p { color: rgb(105,82,109); }
H1.HeaderClassName
{
color: #69526D;
}
.AnyTagClassName
{
color: #69526D;
}
</style>
background-color css
<style>
a { background-color: #69526D; }
a { background-color: rgb(105,82,109); }
div.DivClassName
{
background-color: #69526D;
}
.BgClassName
{
background-color: #69526D;
}
</style>
border-color css
<style>
span { border-color: #69526D; }
span { border-color: rgb(105,82,109); }
td.TdClassName
{
border-color: #69526D;
}
.TagClassName
{
border-color: #69526D;
}
</style>