Shades of Fedora #695274
Tints of Fedora #695274
RGB
CMYK
RGB Variations
Color information
#695274 (or 0x695274) is known color: Fedora. HEX triplet: 69, 52 and 74. RGB value is (105,82,116). Sum of RGB (Red+Green+Blue) = 105+82+116=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 116 - color contains mainly: blue. Hex color #695274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695274 is #96AD8B. Grayscale: #5C5C5C. Windows color (decimal): -9874828 or 7623273. OLE color: 7623273.
HSL color Cylindrical-coordinate representation of color #695274: hue angle of 280.59º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #695274 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 82 | 116 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.55 |
| HSL | 280.59º | 0.17% | 0.39% | - |
| HSV(B) | 280.59º | 0.29% | 0.45% | - |
| XYZ | 12 | 10.3 | 17.88 | - |
| YUV | 92.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 82 | 116 | 0.09 | 0.29 | 0 | 0.55 | 280.59 | 0.17 | 0.39 |
| Hex | 69 | 52 | 74 | 9 | 1D | 0 | 37 | 119 | 11 | 27 |
| Octal | 151 | 122 | 164 | 11 | 35 | 0 | 67 | 431 | 21 | 47 |
| Binary | 1101001 | 1010010 | 1110100 | 1001 | 11101 | 0 | 110111 | 100011001 | 10001 | 100111 |
Color Harmonies of #695274
Complementary color
Monochromatic Colors of #695274
Black with #695274
Text Example
Text Example
White with #695274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695274; }
p { color: rgb(105,82,116); }
H1.HeaderClassName
{
color: #695274;
}
.AnyTagClassName
{
color: #695274;
}
</style>
background-color css
<style>
a { background-color: #695274; }
a { background-color: rgb(105,82,116); }
div.DivClassName
{
background-color: #695274;
}
.BgClassName
{
background-color: #695274;
}
</style>
border-color css
<style>
span { border-color: #695274; }
span { border-color: rgb(105,82,116); }
td.TdClassName
{
border-color: #695274;
}
.TagClassName
{
border-color: #695274;
}
</style>