Shades of Fedora #694E69
Tints of Fedora #694E69
RGB
CMYK
RGB Variations
Color information
#694E69 (or 0x694E69) is known color: Fedora. HEX triplet: 69, 4E and 69. RGB value is (105,78,105). Sum of RGB (Red+Green+Blue) = 105+78+105=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #694E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694E69 is #96B196. Grayscale: #595959. Windows color (decimal): -9875863 or 6901353. OLE color: 6901353.
HSL color Cylindrical-coordinate representation of color #694E69: hue angle of 300º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #694E69 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 78 | 105 | - |
| CMYK | 0 | 0.26 | 0 | 0.59 |
| HSL | 300º | 0.15% | 0.36% | - |
| HSV(B) | 300º | 0.26% | 0.41% | - |
| XYZ | 11.1 | 9.47 | 14.61 | - |
| YUV | 89.15 | 136.95 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 105 | 0 | 0.26 | 0 | 0.59 | 300 | 0.15 | 0.36 |
| Hex | 69 | 4E | 69 | 0 | 1A | 0 | 3B | 12C | F | 24 |
| Octal | 151 | 116 | 151 | 0 | 32 | 0 | 73 | 454 | 17 | 44 |
| Binary | 1101001 | 1001110 | 1101001 | 0 | 11010 | 0 | 111011 | 100101100 | 1111 | 100100 |
Color Harmonies of #694E69
Complementary color
Monochromatic Colors of #694E69
Black with #694E69
Text Example
Text Example
White with #694E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694E69; }
p { color: rgb(105,78,105); }
H1.HeaderClassName
{
color: #694E69;
}
.AnyTagClassName
{
color: #694E69;
}
</style>
background-color css
<style>
a { background-color: #694E69; }
a { background-color: rgb(105,78,105); }
div.DivClassName
{
background-color: #694E69;
}
.BgClassName
{
background-color: #694E69;
}
</style>
border-color css
<style>
span { border-color: #694E69; }
span { border-color: rgb(105,78,105); }
td.TdClassName
{
border-color: #694E69;
}
.TagClassName
{
border-color: #694E69;
}
</style>