Shades of Fedora #63506C
Tints of Fedora #63506C
RGB
CMYK
RGB Variations
Color information
#63506C (or 0x63506C) is known color: Fedora. HEX triplet: 63, 50 and 6C. RGB value is (99,80,108). Sum of RGB (Red+Green+Blue) = 99+80+108=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 108 - color contains mainly: blue. Hex color #63506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63506C is #9CAF93. Grayscale: #585858. Windows color (decimal): -10268564 or 7098467. OLE color: 7098467.
HSL color Cylindrical-coordinate representation of color #63506C: hue angle of 280.71º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63506C is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 80 | 108 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.58 |
| HSL | 280.71º | 0.15% | 0.37% | - |
| HSV(B) | 280.71º | 0.26% | 0.42% | - |
| XYZ | 10.72 | 9.47 | 15.45 | - |
| YUV | 88.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 80 | 108 | 0.08 | 0.26 | 0 | 0.58 | 280.71 | 0.15 | 0.37 |
| Hex | 63 | 50 | 6C | 8 | 1A | 0 | 3A | 119 | F | 25 |
| Octal | 143 | 120 | 154 | 10 | 32 | 0 | 72 | 431 | 17 | 45 |
| Binary | 1100011 | 1010000 | 1101100 | 1000 | 11010 | 0 | 111010 | 100011001 | 1111 | 100101 |
Color Harmonies of #63506C
Complementary color
Monochromatic Colors of #63506C
Black with #63506C
Text Example
Text Example
White with #63506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63506C; }
p { color: rgb(99,80,108); }
H1.HeaderClassName
{
color: #63506C;
}
.AnyTagClassName
{
color: #63506C;
}
</style>
background-color css
<style>
a { background-color: #63506C; }
a { background-color: rgb(99,80,108); }
div.DivClassName
{
background-color: #63506C;
}
.BgClassName
{
background-color: #63506C;
}
</style>
border-color css
<style>
span { border-color: #63506C; }
span { border-color: rgb(99,80,108); }
td.TdClassName
{
border-color: #63506C;
}
.TagClassName
{
border-color: #63506C;
}
</style>