Shades of Fedora #695069
Tints of Fedora #695069
RGB
CMYK
RGB Variations
Color information
#695069 (or 0x695069) is known color: Fedora. HEX triplet: 69, 50 and 69. RGB value is (105,80,105). Sum of RGB (Red+Green+Blue) = 105+80+105=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #695069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695069 is #96AF96. Grayscale: #5A5A5A. Windows color (decimal): -9875351 or 6901865. OLE color: 6901865.
HSL color Cylindrical-coordinate representation of color #695069: hue angle of 300º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #695069 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 80 | 105 | - |
| CMYK | 0 | 0.24 | 0 | 0.59 |
| HSL | 300º | 0.14% | 0.36% | - |
| HSV(B) | 300º | 0.24% | 0.41% | - |
| XYZ | 11.24 | 9.76 | 14.66 | - |
| YUV | 90.33 | 136.28 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 80 | 105 | 0 | 0.24 | 0 | 0.59 | 300 | 0.14 | 0.36 |
| Hex | 69 | 50 | 69 | 0 | 18 | 0 | 3B | 12C | E | 24 |
| Octal | 151 | 120 | 151 | 0 | 30 | 0 | 73 | 454 | 16 | 44 |
| Binary | 1101001 | 1010000 | 1101001 | 0 | 11000 | 0 | 111011 | 100101100 | 1110 | 100100 |
Color Harmonies of #695069
Complementary color
Monochromatic Colors of #695069
Black with #695069
Text Example
Text Example
White with #695069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695069; }
p { color: rgb(105,80,105); }
H1.HeaderClassName
{
color: #695069;
}
.AnyTagClassName
{
color: #695069;
}
</style>
background-color css
<style>
a { background-color: #695069; }
a { background-color: rgb(105,80,105); }
div.DivClassName
{
background-color: #695069;
}
.BgClassName
{
background-color: #695069;
}
</style>
border-color css
<style>
span { border-color: #695069; }
span { border-color: rgb(105,80,105); }
td.TdClassName
{
border-color: #695069;
}
.TagClassName
{
border-color: #695069;
}
</style>