Shades of Fedora #695671
Tints of Fedora #695671
RGB
CMYK
RGB Variations
Color information
#695671 (or 0x695671) is known color: Fedora. HEX triplet: 69, 56 and 71. RGB value is (105,86,113). Sum of RGB (Red+Green+Blue) = 105+86+113=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 113 - color contains mainly: blue. Hex color #695671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695671 is #96A98E. Grayscale: #5E5E5E. Windows color (decimal): -9873807 or 7427689. OLE color: 7427689.
HSL color Cylindrical-coordinate representation of color #695671: hue angle of 282.22º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #695671 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 86 | 113 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.56 |
| HSL | 282.22º | 0.14% | 0.39% | - |
| HSV(B) | 282.22º | 0.24% | 0.44% | - |
| XYZ | 12.13 | 10.85 | 17.08 | - |
| YUV | 94.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 86 | 113 | 0.07 | 0.24 | 0 | 0.56 | 282.22 | 0.14 | 0.39 |
| Hex | 69 | 56 | 71 | 7 | 18 | 0 | 38 | 11A | E | 27 |
| Octal | 151 | 126 | 161 | 7 | 30 | 0 | 70 | 432 | 16 | 47 |
| Binary | 1101001 | 1010110 | 1110001 | 111 | 11000 | 0 | 111000 | 100011010 | 1110 | 100111 |
Color Harmonies of #695671
Complementary color
Monochromatic Colors of #695671
Black with #695671
Text Example
Text Example
White with #695671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695671; }
p { color: rgb(105,86,113); }
H1.HeaderClassName
{
color: #695671;
}
.AnyTagClassName
{
color: #695671;
}
</style>
background-color css
<style>
a { background-color: #695671; }
a { background-color: rgb(105,86,113); }
div.DivClassName
{
background-color: #695671;
}
.BgClassName
{
background-color: #695671;
}
</style>
border-color css
<style>
span { border-color: #695671; }
span { border-color: rgb(105,86,113); }
td.TdClassName
{
border-color: #695671;
}
.TagClassName
{
border-color: #695671;
}
</style>