Shades of Fedora #694D70
Tints of Fedora #694D70
RGB
CMYK
RGB Variations
Color information
#694D70 (or 0x694D70) is known color: Fedora. HEX triplet: 69, 4D and 70. RGB value is (105,77,112). Sum of RGB (Red+Green+Blue) = 105+77+112=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 112 - color contains mainly: blue. Hex color #694D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694D70 is #96B28F. Grayscale: #595959. Windows color (decimal): -9876112 or 7359849. OLE color: 7359849.
HSL color Cylindrical-coordinate representation of color #694D70: hue angle of 288º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #694D70 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 77 | 112 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.56 |
| HSL | 288º | 0.19% | 0.37% | - |
| HSV(B) | 288º | 0.31% | 0.44% | - |
| XYZ | 11.4 | 9.48 | 16.56 | - |
| YUV | 89.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 112 | 0.06 | 0.31 | 0 | 0.56 | 288 | 0.19 | 0.37 |
| Hex | 69 | 4D | 70 | 6 | 1F | 0 | 38 | 120 | 13 | 25 |
| Octal | 151 | 115 | 160 | 6 | 37 | 0 | 70 | 440 | 23 | 45 |
| Binary | 1101001 | 1001101 | 1110000 | 110 | 11111 | 0 | 111000 | 100100000 | 10011 | 100101 |
Color Harmonies of #694D70
Complementary color
Monochromatic Colors of #694D70
Black with #694D70
Text Example
Text Example
White with #694D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D70; }
p { color: rgb(105,77,112); }
H1.HeaderClassName
{
color: #694D70;
}
.AnyTagClassName
{
color: #694D70;
}
</style>
background-color css
<style>
a { background-color: #694D70; }
a { background-color: rgb(105,77,112); }
div.DivClassName
{
background-color: #694D70;
}
.BgClassName
{
background-color: #694D70;
}
</style>
border-color css
<style>
span { border-color: #694D70; }
span { border-color: rgb(105,77,112); }
td.TdClassName
{
border-color: #694D70;
}
.TagClassName
{
border-color: #694D70;
}
</style>