Shades of Fedora #695072
Tints of Fedora #695072
RGB
CMYK
RGB Variations
Color information
#695072 (or 0x695072) is known color: Fedora. HEX triplet: 69, 50 and 72. RGB value is (105,80,114). Sum of RGB (Red+Green+Blue) = 105+80+114=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 114 - color contains mainly: blue. Hex color #695072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695072 is #96AF8D. Grayscale: #5B5B5B. Windows color (decimal): -9875342 or 7491689. OLE color: 7491689.
HSL color Cylindrical-coordinate representation of color #695072: hue angle of 284.12º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #695072 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 80 | 114 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.55 |
| HSL | 284.12º | 0.18% | 0.38% | - |
| HSV(B) | 284.12º | 0.3% | 0.45% | - |
| XYZ | 11.73 | 9.96 | 17.22 | - |
| YUV | 91.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 80 | 114 | 0.08 | 0.30 | 0 | 0.55 | 284.12 | 0.18 | 0.38 |
| Hex | 69 | 50 | 72 | 8 | 1E | 0 | 37 | 11C | 12 | 26 |
| Octal | 151 | 120 | 162 | 10 | 36 | 0 | 67 | 434 | 22 | 46 |
| Binary | 1101001 | 1010000 | 1110010 | 1000 | 11110 | 0 | 110111 | 100011100 | 10010 | 100110 |
Color Harmonies of #695072
Complementary color
Monochromatic Colors of #695072
Black with #695072
Text Example
Text Example
White with #695072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695072; }
p { color: rgb(105,80,114); }
H1.HeaderClassName
{
color: #695072;
}
.AnyTagClassName
{
color: #695072;
}
</style>
background-color css
<style>
a { background-color: #695072; }
a { background-color: rgb(105,80,114); }
div.DivClassName
{
background-color: #695072;
}
.BgClassName
{
background-color: #695072;
}
</style>
border-color css
<style>
span { border-color: #695072; }
span { border-color: rgb(105,80,114); }
td.TdClassName
{
border-color: #695072;
}
.TagClassName
{
border-color: #695072;
}
</style>