Shades of Fedora #634662
Tints of Fedora #634662
RGB
CMYK
RGB Variations
Color information
#634662 (or 0x634662) is known color: Fedora. HEX triplet: 63, 46 and 62. RGB value is (99,70,98). Sum of RGB (Red+Green+Blue) = 99+70+98=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #634662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634662 is #9CB99D. Grayscale: #515151. Windows color (decimal): -10271134 or 6440547. OLE color: 6440547.
HSL color Cylindrical-coordinate representation of color #634662: hue angle of 302.07º 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 #634662 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 70 | 98 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.61 |
| HSL | 302.07º | 0.17% | 0.33% | - |
| HSV(B) | 302.07º | 0.29% | 0.39% | - |
| XYZ | 9.54 | 7.91 | 12.58 | - |
| YUV | 81.86 | 137.11 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 70 | 98 | 0 | 0.29 | 0.01 | 0.61 | 302.07 | 0.17 | 0.33 |
| Hex | 63 | 46 | 62 | 0 | 1D | 1 | 3D | 12E | 11 | 21 |
| Octal | 143 | 106 | 142 | 0 | 35 | 1 | 75 | 456 | 21 | 41 |
| Binary | 1100011 | 1000110 | 1100010 | 0 | 11101 | 1 | 111101 | 100101110 | 10001 | 100001 |
Color Harmonies of #634662
Complementary color
Monochromatic Colors of #634662
Black with #634662
Text Example
Text Example
White with #634662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634662; }
p { color: rgb(99,70,98); }
H1.HeaderClassName
{
color: #634662;
}
.AnyTagClassName
{
color: #634662;
}
</style>
background-color css
<style>
a { background-color: #634662; }
a { background-color: rgb(99,70,98); }
div.DivClassName
{
background-color: #634662;
}
.BgClassName
{
background-color: #634662;
}
</style>
border-color css
<style>
span { border-color: #634662; }
span { border-color: rgb(99,70,98); }
td.TdClassName
{
border-color: #634662;
}
.TagClassName
{
border-color: #634662;
}
</style>