Shades of Fedora #634766
Tints of Fedora #634766
RGB
CMYK
RGB Variations
Color information
#634766 (or 0x634766) is known color: Fedora. HEX triplet: 63, 47 and 66. RGB value is (99,71,102). Sum of RGB (Red+Green+Blue) = 99+71+102=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 102 - color contains mainly: blue. Hex color #634766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634766 is #9CB899. Grayscale: #525252. Windows color (decimal): -10270874 or 6702947. OLE color: 6702947.
HSL color Cylindrical-coordinate representation of color #634766: hue angle of 294.19º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #634766 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 99 | 71 | 102 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.6 |
| HSL | 294.19º | 0.18% | 0.34% | - |
| HSV(B) | 294.19º | 0.3% | 0.4% | - |
| XYZ | 9.8 | 8.12 | 13.62 | - |
| YUV | 82.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 71 | 102 | 0.03 | 0.30 | 0 | 0.6 | 294.19 | 0.18 | 0.34 |
| Hex | 63 | 47 | 66 | 3 | 1E | 0 | 3C | 126 | 12 | 22 |
| Octal | 143 | 107 | 146 | 3 | 36 | 0 | 74 | 446 | 22 | 42 |
| Binary | 1100011 | 1000111 | 1100110 | 11 | 11110 | 0 | 111100 | 100100110 | 10010 | 100010 |
Color Harmonies of #634766
Complementary color
Monochromatic Colors of #634766
Black with #634766
Text Example
Text Example
White with #634766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634766; }
p { color: rgb(99,71,102); }
H1.HeaderClassName
{
color: #634766;
}
.AnyTagClassName
{
color: #634766;
}
</style>
background-color css
<style>
a { background-color: #634766; }
a { background-color: rgb(99,71,102); }
div.DivClassName
{
background-color: #634766;
}
.BgClassName
{
background-color: #634766;
}
</style>
border-color css
<style>
span { border-color: #634766; }
span { border-color: rgb(99,71,102); }
td.TdClassName
{
border-color: #634766;
}
.TagClassName
{
border-color: #634766;
}
</style>