Shades of Fedora #694A6E
Tints of Fedora #694A6E
RGB
CMYK
RGB Variations
Color information
#694A6E (or 0x694A6E) is known color: Fedora. HEX triplet: 69, 4A and 6E. RGB value is (105,74,110). Sum of RGB (Red+Green+Blue) = 105+74+110=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 110 - color contains mainly: blue. Hex color #694A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694A6E is #96B591. Grayscale: #575757. Windows color (decimal): -9876882 or 7228009. OLE color: 7228009.
HSL color Cylindrical-coordinate representation of color #694A6E: hue angle of 291.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #694A6E is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 74 | 110 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.57 |
| HSL | 291.67º | 0.2% | 0.36% | - |
| HSV(B) | 291.67º | 0.33% | 0.43% | - |
| XYZ | 11.09 | 9.03 | 15.91 | - |
| YUV | 87.37 | 140.77 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 110 | 0.05 | 0.33 | 0 | 0.57 | 291.67 | 0.2 | 0.36 |
| Hex | 69 | 4A | 6E | 5 | 21 | 0 | 39 | 124 | 14 | 24 |
| Octal | 151 | 112 | 156 | 5 | 41 | 0 | 71 | 444 | 24 | 44 |
| Binary | 1101001 | 1001010 | 1101110 | 101 | 100001 | 0 | 111001 | 100100100 | 10100 | 100100 |
Color Harmonies of #694A6E
Complementary color
Monochromatic Colors of #694A6E
Black with #694A6E
Text Example
Text Example
White with #694A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694A6E; }
p { color: rgb(105,74,110); }
H1.HeaderClassName
{
color: #694A6E;
}
.AnyTagClassName
{
color: #694A6E;
}
</style>
background-color css
<style>
a { background-color: #694A6E; }
a { background-color: rgb(105,74,110); }
div.DivClassName
{
background-color: #694A6E;
}
.BgClassName
{
background-color: #694A6E;
}
</style>
border-color css
<style>
span { border-color: #694A6E; }
span { border-color: rgb(105,74,110); }
td.TdClassName
{
border-color: #694A6E;
}
.TagClassName
{
border-color: #694A6E;
}
</style>