Shades of Fedora #695273
Tints of Fedora #695273
RGB
CMYK
RGB Variations
Color information
#695273 (or 0x695273) is known color: Fedora. HEX triplet: 69, 52 and 73. RGB value is (105,82,115). Sum of RGB (Red+Green+Blue) = 105+82+115=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 115 - color contains mainly: blue. Hex color #695273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695273 is #96AD8C. Grayscale: #5C5C5C. Windows color (decimal): -9874829 or 7557737. OLE color: 7557737.
HSL color Cylindrical-coordinate representation of color #695273: hue angle of 281.82º 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 #695273 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 82 | 115 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.55 |
| HSL | 281.82º | 0.17% | 0.39% | - |
| HSV(B) | 281.82º | 0.29% | 0.45% | - |
| XYZ | 11.94 | 10.28 | 17.57 | - |
| YUV | 92.64 | 140.62 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 82 | 115 | 0.09 | 0.29 | 0 | 0.55 | 281.82 | 0.17 | 0.39 |
| Hex | 69 | 52 | 73 | 9 | 1D | 0 | 37 | 11A | 11 | 27 |
| Octal | 151 | 122 | 163 | 11 | 35 | 0 | 67 | 432 | 21 | 47 |
| Binary | 1101001 | 1010010 | 1110011 | 1001 | 11101 | 0 | 110111 | 100011010 | 10001 | 100111 |
Color Harmonies of #695273
Complementary color
Monochromatic Colors of #695273
Black with #695273
Text Example
Text Example
White with #695273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695273; }
p { color: rgb(105,82,115); }
H1.HeaderClassName
{
color: #695273;
}
.AnyTagClassName
{
color: #695273;
}
</style>
background-color css
<style>
a { background-color: #695273; }
a { background-color: rgb(105,82,115); }
div.DivClassName
{
background-color: #695273;
}
.BgClassName
{
background-color: #695273;
}
</style>
border-color css
<style>
span { border-color: #695273; }
span { border-color: rgb(105,82,115); }
td.TdClassName
{
border-color: #695273;
}
.TagClassName
{
border-color: #695273;
}
</style>