Shades of Fedora #63526A
Tints of Fedora #63526A
RGB
CMYK
RGB Variations
Color information
#63526A (or 0x63526A) is known color: Fedora. HEX triplet: 63, 52 and 6A. RGB value is (99,82,106). Sum of RGB (Red+Green+Blue) = 99+82+106=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 106 - color contains mainly: blue. Hex color #63526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63526A is #9CAD95. Grayscale: #595959. Windows color (decimal): -10268054 or 6967907. OLE color: 6967907.
HSL color Cylindrical-coordinate representation of color #63526A: hue angle of 282.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #63526A is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 82 | 106 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.58 |
| HSL | 282.5º | 0.13% | 0.37% | - |
| HSV(B) | 282.5º | 0.23% | 0.42% | - |
| XYZ | 10.76 | 9.73 | 14.95 | - |
| YUV | 89.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 106 | 0.07 | 0.23 | 0 | 0.58 | 282.5 | 0.13 | 0.37 |
| Hex | 63 | 52 | 6A | 7 | 17 | 0 | 3A | 11A | D | 25 |
| Octal | 143 | 122 | 152 | 7 | 27 | 0 | 72 | 432 | 15 | 45 |
| Binary | 1100011 | 1010010 | 1101010 | 111 | 10111 | 0 | 111010 | 100011010 | 1101 | 100101 |
Color Harmonies of #63526A
Complementary color
Monochromatic Colors of #63526A
Black with #63526A
Text Example
Text Example
White with #63526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63526A; }
p { color: rgb(99,82,106); }
H1.HeaderClassName
{
color: #63526A;
}
.AnyTagClassName
{
color: #63526A;
}
</style>
background-color css
<style>
a { background-color: #63526A; }
a { background-color: rgb(99,82,106); }
div.DivClassName
{
background-color: #63526A;
}
.BgClassName
{
background-color: #63526A;
}
</style>
border-color css
<style>
span { border-color: #63526A; }
span { border-color: rgb(99,82,106); }
td.TdClassName
{
border-color: #63526A;
}
.TagClassName
{
border-color: #63526A;
}
</style>