Shades of Fedora #694A73
Tints of Fedora #694A73
RGB
CMYK
RGB Variations
Color information
#694A73 (or 0x694A73) is known color: Fedora. HEX triplet: 69, 4A and 73. RGB value is (105,74,115). Sum of RGB (Red+Green+Blue) = 105+74+115=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #694A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694A73 is #96B58C. Grayscale: #575757. Windows color (decimal): -9876877 or 7555689. OLE color: 7555689.
HSL color Cylindrical-coordinate representation of color #694A73: hue angle of 285.37º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #694A73 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 74 | 115 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.55 |
| HSL | 285.37º | 0.22% | 0.37% | - |
| HSV(B) | 285.37º | 0.36% | 0.45% | - |
| XYZ | 11.37 | 9.14 | 17.38 | - |
| YUV | 87.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 115 | 0.09 | 0.36 | 0 | 0.55 | 285.37 | 0.22 | 0.37 |
| Hex | 69 | 4A | 73 | 9 | 24 | 0 | 37 | 11D | 16 | 25 |
| Octal | 151 | 112 | 163 | 11 | 44 | 0 | 67 | 435 | 26 | 45 |
| Binary | 1101001 | 1001010 | 1110011 | 1001 | 100100 | 0 | 110111 | 100011101 | 10110 | 100101 |
Color Harmonies of #694A73
Complementary color
Monochromatic Colors of #694A73
Black with #694A73
Text Example
Text Example
White with #694A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694A73; }
p { color: rgb(105,74,115); }
H1.HeaderClassName
{
color: #694A73;
}
.AnyTagClassName
{
color: #694A73;
}
</style>
background-color css
<style>
a { background-color: #694A73; }
a { background-color: rgb(105,74,115); }
div.DivClassName
{
background-color: #694A73;
}
.BgClassName
{
background-color: #694A73;
}
</style>
border-color css
<style>
span { border-color: #694A73; }
span { border-color: rgb(105,74,115); }
td.TdClassName
{
border-color: #694A73;
}
.TagClassName
{
border-color: #694A73;
}
</style>