Shades of Fedora #694B70
Tints of Fedora #694B70
RGB
CMYK
RGB Variations
Color information
#694B70 (or 0x694B70) is known color: Fedora. HEX triplet: 69, 4B and 70. RGB value is (105,75,112). Sum of RGB (Red+Green+Blue) = 105+75+112=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 112 - color contains mainly: blue. Hex color #694B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694B70 is #96B48F. Grayscale: #585858. Windows color (decimal): -9876624 or 7359337. OLE color: 7359337.
HSL color Cylindrical-coordinate representation of color #694B70: hue angle of 288.65º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #694B70 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 75 | 112 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.56 |
| HSL | 288.65º | 0.2% | 0.37% | - |
| HSV(B) | 288.65º | 0.33% | 0.44% | - |
| XYZ | 11.27 | 9.21 | 16.51 | - |
| YUV | 88.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 112 | 0.06 | 0.33 | 0 | 0.56 | 288.65 | 0.2 | 0.37 |
| Hex | 69 | 4B | 70 | 6 | 21 | 0 | 38 | 121 | 14 | 25 |
| Octal | 151 | 113 | 160 | 6 | 41 | 0 | 70 | 441 | 24 | 45 |
| Binary | 1101001 | 1001011 | 1110000 | 110 | 100001 | 0 | 111000 | 100100001 | 10100 | 100101 |
Color Harmonies of #694B70
Complementary color
Monochromatic Colors of #694B70
Black with #694B70
Text Example
Text Example
White with #694B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694B70; }
p { color: rgb(105,75,112); }
H1.HeaderClassName
{
color: #694B70;
}
.AnyTagClassName
{
color: #694B70;
}
</style>
background-color css
<style>
a { background-color: #694B70; }
a { background-color: rgb(105,75,112); }
div.DivClassName
{
background-color: #694B70;
}
.BgClassName
{
background-color: #694B70;
}
</style>
border-color css
<style>
span { border-color: #694B70; }
span { border-color: rgb(105,75,112); }
td.TdClassName
{
border-color: #694B70;
}
.TagClassName
{
border-color: #694B70;
}
</style>