Shades of Fedora #61496A
Tints of Fedora #61496A
RGB
CMYK
RGB Variations
Color information
#61496A (or 0x61496A) is known color: Fedora. HEX triplet: 61, 49 and 6A. RGB value is (97,73,106). Sum of RGB (Red+Green+Blue) = 97+73+106=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 106 - color contains mainly: blue. Hex color #61496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61496A is #9EB695. Grayscale: #535353. Windows color (decimal): -10401430 or 6965601. OLE color: 6965601.
HSL color Cylindrical-coordinate representation of color #61496A: hue angle of 283.64º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61496A is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 73 | 106 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.58 |
| HSL | 283.64º | 0.18% | 0.35% | - |
| HSV(B) | 283.64º | 0.31% | 0.42% | - |
| XYZ | 9.91 | 8.35 | 14.72 | - |
| YUV | 83.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 73 | 106 | 0.08 | 0.31 | 0 | 0.58 | 283.64 | 0.18 | 0.35 |
| Hex | 61 | 49 | 6A | 8 | 1F | 0 | 3A | 11C | 12 | 23 |
| Octal | 141 | 111 | 152 | 10 | 37 | 0 | 72 | 434 | 22 | 43 |
| Binary | 1100001 | 1001001 | 1101010 | 1000 | 11111 | 0 | 111010 | 100011100 | 10010 | 100011 |
Color Harmonies of #61496A
Complementary color
Monochromatic Colors of #61496A
Black with #61496A
Text Example
Text Example
White with #61496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61496A; }
p { color: rgb(97,73,106); }
H1.HeaderClassName
{
color: #61496A;
}
.AnyTagClassName
{
color: #61496A;
}
</style>
background-color css
<style>
a { background-color: #61496A; }
a { background-color: rgb(97,73,106); }
div.DivClassName
{
background-color: #61496A;
}
.BgClassName
{
background-color: #61496A;
}
</style>
border-color css
<style>
span { border-color: #61496A; }
span { border-color: rgb(97,73,106); }
td.TdClassName
{
border-color: #61496A;
}
.TagClassName
{
border-color: #61496A;
}
</style>