Shades of Fedora #694F71
Tints of Fedora #694F71
RGB
CMYK
RGB Variations
Color information
#694F71 (or 0x694F71) is known color: Fedora. HEX triplet: 69, 4F and 71. RGB value is (105,79,113). Sum of RGB (Red+Green+Blue) = 105+79+113=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 113 - color contains mainly: blue. Hex color #694F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694F71 is #96B08E. Grayscale: #5A5A5A. Windows color (decimal): -9875599 or 7425897. OLE color: 7425897.
HSL color Cylindrical-coordinate representation of color #694F71: hue angle of 285.88º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #694F71 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 79 | 113 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.56 |
| HSL | 285.88º | 0.18% | 0.38% | - |
| HSV(B) | 285.88º | 0.3% | 0.44% | - |
| XYZ | 11.6 | 9.79 | 16.9 | - |
| YUV | 90.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 113 | 0.07 | 0.30 | 0 | 0.56 | 285.88 | 0.18 | 0.38 |
| Hex | 69 | 4F | 71 | 7 | 1E | 0 | 38 | 11E | 12 | 26 |
| Octal | 151 | 117 | 161 | 7 | 36 | 0 | 70 | 436 | 22 | 46 |
| Binary | 1101001 | 1001111 | 1110001 | 111 | 11110 | 0 | 111000 | 100011110 | 10010 | 100110 |
Color Harmonies of #694F71
Complementary color
Monochromatic Colors of #694F71
Black with #694F71
Text Example
Text Example
White with #694F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F71; }
p { color: rgb(105,79,113); }
H1.HeaderClassName
{
color: #694F71;
}
.AnyTagClassName
{
color: #694F71;
}
</style>
background-color css
<style>
a { background-color: #694F71; }
a { background-color: rgb(105,79,113); }
div.DivClassName
{
background-color: #694F71;
}
.BgClassName
{
background-color: #694F71;
}
</style>
border-color css
<style>
span { border-color: #694F71; }
span { border-color: rgb(105,79,113); }
td.TdClassName
{
border-color: #694F71;
}
.TagClassName
{
border-color: #694F71;
}
</style>