Shades of Fedora #694B71
Tints of Fedora #694B71
RGB
CMYK
RGB Variations
Color information
#694B71 (or 0x694B71) is known color: Fedora. HEX triplet: 69, 4B and 71. RGB value is (105,75,113). Sum of RGB (Red+Green+Blue) = 105+75+113=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 113 - color contains mainly: blue. Hex color #694B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694B71 is #96B48E. Grayscale: #585858. Windows color (decimal): -9876623 or 7424873. OLE color: 7424873.
HSL color Cylindrical-coordinate representation of color #694B71: hue angle of 287.37º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #694B71 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 75 | 113 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.56 |
| HSL | 287.37º | 0.2% | 0.37% | - |
| HSV(B) | 287.37º | 0.34% | 0.44% | - |
| XYZ | 11.32 | 9.23 | 16.81 | - |
| YUV | 88.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 113 | 0.07 | 0.34 | 0 | 0.56 | 287.37 | 0.2 | 0.37 |
| Hex | 69 | 4B | 71 | 7 | 22 | 0 | 38 | 11F | 14 | 25 |
| Octal | 151 | 113 | 161 | 7 | 42 | 0 | 70 | 437 | 24 | 45 |
| Binary | 1101001 | 1001011 | 1110001 | 111 | 100010 | 0 | 111000 | 100011111 | 10100 | 100101 |
Color Harmonies of #694B71
Complementary color
Monochromatic Colors of #694B71
Black with #694B71
Text Example
Text Example
White with #694B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694B71; }
p { color: rgb(105,75,113); }
H1.HeaderClassName
{
color: #694B71;
}
.AnyTagClassName
{
color: #694B71;
}
</style>
background-color css
<style>
a { background-color: #694B71; }
a { background-color: rgb(105,75,113); }
div.DivClassName
{
background-color: #694B71;
}
.BgClassName
{
background-color: #694B71;
}
</style>
border-color css
<style>
span { border-color: #694B71; }
span { border-color: rgb(105,75,113); }
td.TdClassName
{
border-color: #694B71;
}
.TagClassName
{
border-color: #694B71;
}
</style>