Shades of Fedora #63496A
Tints of Fedora #63496A
RGB
CMYK
RGB Variations
Color information
#63496A (or 0x63496A) is known color: Fedora. HEX triplet: 63, 49 and 6A. RGB value is (99,73,106). Sum of RGB (Red+Green+Blue) = 99+73+106=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 106 - color contains mainly: blue. Hex color #63496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63496A is #9CB695. Grayscale: #545454. Windows color (decimal): -10270358 or 6965603. OLE color: 6965603.
HSL color Cylindrical-coordinate representation of color #63496A: hue angle of 287.27º 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 #63496A is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 73 | 106 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.58 |
| HSL | 287.27º | 0.18% | 0.35% | - |
| HSV(B) | 287.27º | 0.31% | 0.42% | - |
| XYZ | 10.13 | 8.46 | 14.73 | - |
| YUV | 84.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 73 | 106 | 0.07 | 0.31 | 0 | 0.58 | 287.27 | 0.18 | 0.35 |
| Hex | 63 | 49 | 6A | 7 | 1F | 0 | 3A | 11F | 12 | 23 |
| Octal | 143 | 111 | 152 | 7 | 37 | 0 | 72 | 437 | 22 | 43 |
| Binary | 1100011 | 1001001 | 1101010 | 111 | 11111 | 0 | 111010 | 100011111 | 10010 | 100011 |
Color Harmonies of #63496A
Complementary color
Monochromatic Colors of #63496A
Black with #63496A
Text Example
Text Example
White with #63496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63496A; }
p { color: rgb(99,73,106); }
H1.HeaderClassName
{
color: #63496A;
}
.AnyTagClassName
{
color: #63496A;
}
</style>
background-color css
<style>
a { background-color: #63496A; }
a { background-color: rgb(99,73,106); }
div.DivClassName
{
background-color: #63496A;
}
.BgClassName
{
background-color: #63496A;
}
</style>
border-color css
<style>
span { border-color: #63496A; }
span { border-color: rgb(99,73,106); }
td.TdClassName
{
border-color: #63496A;
}
.TagClassName
{
border-color: #63496A;
}
</style>