Shades of Fedora #634566
Tints of Fedora #634566
RGB
CMYK
RGB Variations
Color information
#634566 (or 0x634566) is known color: Fedora. HEX triplet: 63, 45 and 66. RGB value is (99,69,102). Sum of RGB (Red+Green+Blue) = 99+69+102=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 102 - color contains mainly: blue. Hex color #634566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634566 is #9CBA99. Grayscale: #515151. Windows color (decimal): -10271386 or 6702435. OLE color: 6702435.
HSL color Cylindrical-coordinate representation of color #634566: hue angle of 294.55º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #634566 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 99 | 69 | 102 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.6 |
| HSL | 294.55º | 0.19% | 0.34% | - |
| HSV(B) | 294.55º | 0.32% | 0.4% | - |
| XYZ | 9.67 | 7.87 | 13.58 | - |
| YUV | 81.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 102 | 0.03 | 0.32 | 0 | 0.6 | 294.55 | 0.19 | 0.34 |
| Hex | 63 | 45 | 66 | 3 | 20 | 0 | 3C | 127 | 13 | 22 |
| Octal | 143 | 105 | 146 | 3 | 40 | 0 | 74 | 447 | 23 | 42 |
| Binary | 1100011 | 1000101 | 1100110 | 11 | 100000 | 0 | 111100 | 100100111 | 10011 | 100010 |
Color Harmonies of #634566
Complementary color
Monochromatic Colors of #634566
Black with #634566
Text Example
Text Example
White with #634566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634566; }
p { color: rgb(99,69,102); }
H1.HeaderClassName
{
color: #634566;
}
.AnyTagClassName
{
color: #634566;
}
</style>
background-color css
<style>
a { background-color: #634566; }
a { background-color: rgb(99,69,102); }
div.DivClassName
{
background-color: #634566;
}
.BgClassName
{
background-color: #634566;
}
</style>
border-color css
<style>
span { border-color: #634566; }
span { border-color: rgb(99,69,102); }
td.TdClassName
{
border-color: #634566;
}
.TagClassName
{
border-color: #634566;
}
</style>