Shades of Fedora #695174
Tints of Fedora #695174
RGB
CMYK
RGB Variations
Color information
#695174 (or 0x695174) is known color: Fedora. HEX triplet: 69, 51 and 74. RGB value is (105,81,116). Sum of RGB (Red+Green+Blue) = 105+81+116=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 116 - color contains mainly: blue. Hex color #695174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695174 is #96AE8B. Grayscale: #5C5C5C. Windows color (decimal): -9875084 or 7623017. OLE color: 7623017.
HSL color Cylindrical-coordinate representation of color #695174: hue angle of 281.14º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #695174 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 81 | 116 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.55 |
| HSL | 281.14º | 0.18% | 0.39% | - |
| HSV(B) | 281.14º | 0.3% | 0.45% | - |
| XYZ | 11.92 | 10.15 | 17.85 | - |
| YUV | 92.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 81 | 116 | 0.09 | 0.30 | 0 | 0.55 | 281.14 | 0.18 | 0.39 |
| Hex | 69 | 51 | 74 | 9 | 1E | 0 | 37 | 119 | 12 | 27 |
| Octal | 151 | 121 | 164 | 11 | 36 | 0 | 67 | 431 | 22 | 47 |
| Binary | 1101001 | 1010001 | 1110100 | 1001 | 11110 | 0 | 110111 | 100011001 | 10010 | 100111 |
Color Harmonies of #695174
Complementary color
Monochromatic Colors of #695174
Black with #695174
Text Example
Text Example
White with #695174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695174; }
p { color: rgb(105,81,116); }
H1.HeaderClassName
{
color: #695174;
}
.AnyTagClassName
{
color: #695174;
}
</style>
background-color css
<style>
a { background-color: #695174; }
a { background-color: rgb(105,81,116); }
div.DivClassName
{
background-color: #695174;
}
.BgClassName
{
background-color: #695174;
}
</style>
border-color css
<style>
span { border-color: #695174; }
span { border-color: rgb(105,81,116); }
td.TdClassName
{
border-color: #695174;
}
.TagClassName
{
border-color: #695174;
}
</style>