Shades of Fedora #694F74
Tints of Fedora #694F74
RGB
CMYK
RGB Variations
Color information
#694F74 (or 0x694F74) is known color: Fedora. HEX triplet: 69, 4F and 74. RGB value is (105,79,116). Sum of RGB (Red+Green+Blue) = 105+79+116=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 116 - color contains mainly: blue. Hex color #694F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694F74 is #96B08B. Grayscale: #5A5A5A. Windows color (decimal): -9875596 or 7622505. OLE color: 7622505.
HSL color Cylindrical-coordinate representation of color #694F74: hue angle of 282.16º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #694F74 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 79 | 116 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.55 |
| HSL | 282.16º | 0.19% | 0.38% | - |
| HSV(B) | 282.16º | 0.32% | 0.45% | - |
| XYZ | 11.77 | 9.86 | 17.8 | - |
| YUV | 90.99 | 142.11 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 116 | 0.09 | 0.32 | 0 | 0.55 | 282.16 | 0.19 | 0.38 |
| Hex | 69 | 4F | 74 | 9 | 20 | 0 | 37 | 11A | 13 | 26 |
| Octal | 151 | 117 | 164 | 11 | 40 | 0 | 67 | 432 | 23 | 46 |
| Binary | 1101001 | 1001111 | 1110100 | 1001 | 100000 | 0 | 110111 | 100011010 | 10011 | 100110 |
Color Harmonies of #694F74
Complementary color
Monochromatic Colors of #694F74
Black with #694F74
Text Example
Text Example
White with #694F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F74; }
p { color: rgb(105,79,116); }
H1.HeaderClassName
{
color: #694F74;
}
.AnyTagClassName
{
color: #694F74;
}
</style>
background-color css
<style>
a { background-color: #694F74; }
a { background-color: rgb(105,79,116); }
div.DivClassName
{
background-color: #694F74;
}
.BgClassName
{
background-color: #694F74;
}
</style>
border-color css
<style>
span { border-color: #694F74; }
span { border-color: rgb(105,79,116); }
td.TdClassName
{
border-color: #694F74;
}
.TagClassName
{
border-color: #694F74;
}
</style>