Shades of Fedora #694E6C
Tints of Fedora #694E6C
RGB
CMYK
RGB Variations
Color information
#694E6C (or 0x694E6C) is known color: Fedora. HEX triplet: 69, 4E and 6C. RGB value is (105,78,108). Sum of RGB (Red+Green+Blue) = 105+78+108=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 108 - color contains mainly: blue. Hex color #694E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694E6C is #96B193. Grayscale: #595959. Windows color (decimal): -9875860 or 7097961. OLE color: 7097961.
HSL color Cylindrical-coordinate representation of color #694E6C: hue angle of 294º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #694E6C is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 78 | 108 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.58 |
| HSL | 294º | 0.16% | 0.36% | - |
| HSV(B) | 294º | 0.28% | 0.42% | - |
| XYZ | 11.26 | 9.53 | 15.43 | - |
| YUV | 89.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 108 | 0.03 | 0.28 | 0 | 0.58 | 294 | 0.16 | 0.36 |
| Hex | 69 | 4E | 6C | 3 | 1C | 0 | 3A | 126 | 10 | 24 |
| Octal | 151 | 116 | 154 | 3 | 34 | 0 | 72 | 446 | 20 | 44 |
| Binary | 1101001 | 1001110 | 1101100 | 11 | 11100 | 0 | 111010 | 100100110 | 10000 | 100100 |
Color Harmonies of #694E6C
Complementary color
Monochromatic Colors of #694E6C
Black with #694E6C
Text Example
Text Example
White with #694E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694E6C; }
p { color: rgb(105,78,108); }
H1.HeaderClassName
{
color: #694E6C;
}
.AnyTagClassName
{
color: #694E6C;
}
</style>
background-color css
<style>
a { background-color: #694E6C; }
a { background-color: rgb(105,78,108); }
div.DivClassName
{
background-color: #694E6C;
}
.BgClassName
{
background-color: #694E6C;
}
</style>
border-color css
<style>
span { border-color: #694E6C; }
span { border-color: rgb(105,78,108); }
td.TdClassName
{
border-color: #694E6C;
}
.TagClassName
{
border-color: #694E6C;
}
</style>