Shades of Fedora #694F70
Tints of Fedora #694F70
RGB
CMYK
RGB Variations
Color information
#694F70 (or 0x694F70) is known color: Fedora. HEX triplet: 69, 4F and 70. RGB value is (105,79,112). Sum of RGB (Red+Green+Blue) = 105+79+112=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 112 - color contains mainly: blue. Hex color #694F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694F70 is #96B08F. Grayscale: #5A5A5A. Windows color (decimal): -9875600 or 7360361. OLE color: 7360361.
HSL color Cylindrical-coordinate representation of color #694F70: hue angle of 287.27º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #694F70 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 79 | 112 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.56 |
| HSL | 287.27º | 0.17% | 0.37% | - |
| HSV(B) | 287.27º | 0.29% | 0.44% | - |
| XYZ | 11.55 | 9.77 | 16.61 | - |
| YUV | 90.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 112 | 0.06 | 0.29 | 0 | 0.56 | 287.27 | 0.17 | 0.37 |
| Hex | 69 | 4F | 70 | 6 | 1D | 0 | 38 | 11F | 11 | 25 |
| Octal | 151 | 117 | 160 | 6 | 35 | 0 | 70 | 437 | 21 | 45 |
| Binary | 1101001 | 1001111 | 1110000 | 110 | 11101 | 0 | 111000 | 100011111 | 10001 | 100101 |
Color Harmonies of #694F70
Complementary color
Monochromatic Colors of #694F70
Black with #694F70
Text Example
Text Example
White with #694F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F70; }
p { color: rgb(105,79,112); }
H1.HeaderClassName
{
color: #694F70;
}
.AnyTagClassName
{
color: #694F70;
}
</style>
background-color css
<style>
a { background-color: #694F70; }
a { background-color: rgb(105,79,112); }
div.DivClassName
{
background-color: #694F70;
}
.BgClassName
{
background-color: #694F70;
}
</style>
border-color css
<style>
span { border-color: #694F70; }
span { border-color: rgb(105,79,112); }
td.TdClassName
{
border-color: #694F70;
}
.TagClassName
{
border-color: #694F70;
}
</style>