Shades of Fedora #634663
Tints of Fedora #634663
RGB
CMYK
RGB Variations
Color information
#634663 (or 0x634663) is known color: Fedora. HEX triplet: 63, 46 and 63. RGB value is (99,70,99). Sum of RGB (Red+Green+Blue) = 99+70+99=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #634663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634663 is #9CB99C. Grayscale: #515151. Windows color (decimal): -10271133 or 6506083. OLE color: 6506083.
HSL color Cylindrical-coordinate representation of color #634663: hue angle of 300º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #634663 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 70 | 99 | - |
| CMYK | 0 | 0.29 | 0 | 0.61 |
| HSL | 300º | 0.17% | 0.33% | - |
| HSV(B) | 300º | 0.29% | 0.39% | - |
| XYZ | 9.59 | 7.93 | 12.83 | - |
| YUV | 81.98 | 137.61 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 70 | 99 | 0 | 0.29 | 0 | 0.61 | 300 | 0.17 | 0.33 |
| Hex | 63 | 46 | 63 | 0 | 1D | 0 | 3D | 12C | 11 | 21 |
| Octal | 143 | 106 | 143 | 0 | 35 | 0 | 75 | 454 | 21 | 41 |
| Binary | 1100011 | 1000110 | 1100011 | 0 | 11101 | 0 | 111101 | 100101100 | 10001 | 100001 |
Color Harmonies of #634663
Complementary color
Monochromatic Colors of #634663
Black with #634663
Text Example
Text Example
White with #634663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634663; }
p { color: rgb(99,70,99); }
H1.HeaderClassName
{
color: #634663;
}
.AnyTagClassName
{
color: #634663;
}
</style>
background-color css
<style>
a { background-color: #634663; }
a { background-color: rgb(99,70,99); }
div.DivClassName
{
background-color: #634663;
}
.BgClassName
{
background-color: #634663;
}
</style>
border-color css
<style>
span { border-color: #634663; }
span { border-color: rgb(99,70,99); }
td.TdClassName
{
border-color: #634663;
}
.TagClassName
{
border-color: #634663;
}
</style>