Shades of Fedora #695970
Tints of Fedora #695970
RGB
CMYK
RGB Variations
Color information
#695970 (or 0x695970) is known color: Fedora. HEX triplet: 69, 59 and 70. RGB value is (105,89,112). Sum of RGB (Red+Green+Blue) = 105+89+112=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 112 - color contains mainly: blue. Hex color #695970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695970 is #96A68F. Grayscale: #606060. Windows color (decimal): -9873040 or 7362921. OLE color: 7362921.
HSL color Cylindrical-coordinate representation of color #695970: hue angle of 281.74º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #695970 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 89 | 112 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.56 |
| HSL | 281.74º | 0.11% | 0.39% | - |
| HSV(B) | 281.74º | 0.21% | 0.44% | - |
| XYZ | 12.32 | 11.32 | 16.86 | - |
| YUV | 96.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 89 | 112 | 0.06 | 0.21 | 0 | 0.56 | 281.74 | 0.11 | 0.39 |
| Hex | 69 | 59 | 70 | 6 | 15 | 0 | 38 | 11A | B | 27 |
| Octal | 151 | 131 | 160 | 6 | 25 | 0 | 70 | 432 | 13 | 47 |
| Binary | 1101001 | 1011001 | 1110000 | 110 | 10101 | 0 | 111000 | 100011010 | 1011 | 100111 |
Color Harmonies of #695970
Complementary color
Monochromatic Colors of #695970
Black with #695970
Text Example
Text Example
White with #695970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695970; }
p { color: rgb(105,89,112); }
H1.HeaderClassName
{
color: #695970;
}
.AnyTagClassName
{
color: #695970;
}
</style>
background-color css
<style>
a { background-color: #695970; }
a { background-color: rgb(105,89,112); }
div.DivClassName
{
background-color: #695970;
}
.BgClassName
{
background-color: #695970;
}
</style>
border-color css
<style>
span { border-color: #695970; }
span { border-color: rgb(105,89,112); }
td.TdClassName
{
border-color: #695970;
}
.TagClassName
{
border-color: #695970;
}
</style>