Shades of Fedora #694C73
Tints of Fedora #694C73
RGB
CMYK
RGB Variations
Color information
#694C73 (or 0x694C73) is known color: Fedora. HEX triplet: 69, 4C and 73. RGB value is (105,76,115). Sum of RGB (Red+Green+Blue) = 105+76+115=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #694C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694C73 is #96B38C. Grayscale: #585858. Windows color (decimal): -9876365 or 7556201. OLE color: 7556201.
HSL color Cylindrical-coordinate representation of color #694C73: hue angle of 284.62º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #694C73 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 76 | 115 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.55 |
| HSL | 284.62º | 0.2% | 0.37% | - |
| HSV(B) | 284.62º | 0.34% | 0.45% | - |
| XYZ | 11.5 | 9.41 | 17.43 | - |
| YUV | 89.12 | 142.61 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 115 | 0.09 | 0.34 | 0 | 0.55 | 284.62 | 0.2 | 0.37 |
| Hex | 69 | 4C | 73 | 9 | 22 | 0 | 37 | 11D | 14 | 25 |
| Octal | 151 | 114 | 163 | 11 | 42 | 0 | 67 | 435 | 24 | 45 |
| Binary | 1101001 | 1001100 | 1110011 | 1001 | 100010 | 0 | 110111 | 100011101 | 10100 | 100101 |
Color Harmonies of #694C73
Complementary color
Monochromatic Colors of #694C73
Black with #694C73
Text Example
Text Example
White with #694C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694C73; }
p { color: rgb(105,76,115); }
H1.HeaderClassName
{
color: #694C73;
}
.AnyTagClassName
{
color: #694C73;
}
</style>
background-color css
<style>
a { background-color: #694C73; }
a { background-color: rgb(105,76,115); }
div.DivClassName
{
background-color: #694C73;
}
.BgClassName
{
background-color: #694C73;
}
</style>
border-color css
<style>
span { border-color: #694C73; }
span { border-color: rgb(105,76,115); }
td.TdClassName
{
border-color: #694C73;
}
.TagClassName
{
border-color: #694C73;
}
</style>