Shades of Fedora #63496C
Tints of Fedora #63496C
RGB
CMYK
RGB Variations
Color information
#63496C (or 0x63496C) is known color: Fedora. HEX triplet: 63, 49 and 6C. RGB value is (99,73,108). Sum of RGB (Red+Green+Blue) = 99+73+108=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 108 - color contains mainly: blue. Hex color #63496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63496C is #9CB693. Grayscale: #545454. Windows color (decimal): -10270356 or 7096675. OLE color: 7096675.
HSL color Cylindrical-coordinate representation of color #63496C: hue angle of 284.57º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #63496C is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 73 | 108 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.58 |
| HSL | 284.57º | 0.19% | 0.35% | - |
| HSV(B) | 284.57º | 0.32% | 0.42% | - |
| XYZ | 10.23 | 8.5 | 15.29 | - |
| YUV | 84.76 | 141.11 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 73 | 108 | 0.08 | 0.32 | 0 | 0.58 | 284.57 | 0.19 | 0.35 |
| Hex | 63 | 49 | 6C | 8 | 20 | 0 | 3A | 11D | 13 | 23 |
| Octal | 143 | 111 | 154 | 10 | 40 | 0 | 72 | 435 | 23 | 43 |
| Binary | 1100011 | 1001001 | 1101100 | 1000 | 100000 | 0 | 111010 | 100011101 | 10011 | 100011 |
Color Harmonies of #63496C
Complementary color
Monochromatic Colors of #63496C
Black with #63496C
Text Example
Text Example
White with #63496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63496C; }
p { color: rgb(99,73,108); }
H1.HeaderClassName
{
color: #63496C;
}
.AnyTagClassName
{
color: #63496C;
}
</style>
background-color css
<style>
a { background-color: #63496C; }
a { background-color: rgb(99,73,108); }
div.DivClassName
{
background-color: #63496C;
}
.BgClassName
{
background-color: #63496C;
}
</style>
border-color css
<style>
span { border-color: #63496C; }
span { border-color: rgb(99,73,108); }
td.TdClassName
{
border-color: #63496C;
}
.TagClassName
{
border-color: #63496C;
}
</style>