Shades of Fedora #634467
Tints of Fedora #634467
RGB
CMYK
RGB Variations
Color information
#634467 (or 0x634467) is known color: Fedora. HEX triplet: 63, 44 and 67. RGB value is (99,68,103). Sum of RGB (Red+Green+Blue) = 99+68+103=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 103 - color contains mainly: blue. Hex color #634467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634467 is #9CBB98. Grayscale: #515151. Windows color (decimal): -10271641 or 6767715. OLE color: 6767715.
HSL color Cylindrical-coordinate representation of color #634467: hue angle of 293.14º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #634467 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 68 | 103 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.60 |
| HSL | 293.14º | 0.2% | 0.34% | - |
| HSV(B) | 293.14º | 0.34% | 0.4% | - |
| XYZ | 9.66 | 7.77 | 13.82 | - |
| YUV | 81.26 | 140.27 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 68 | 103 | 0.04 | 0.34 | 0 | 0.60 | 293.14 | 0.2 | 0.34 |
| Hex | 63 | 44 | 67 | 4 | 22 | 0 | 3C | 125 | 14 | 22 |
| Octal | 143 | 104 | 147 | 4 | 42 | 0 | 74 | 445 | 24 | 42 |
| Binary | 1100011 | 1000100 | 1100111 | 100 | 100010 | 0 | 111100 | 100100101 | 10100 | 100010 |
Color Harmonies of #634467
Complementary color
Monochromatic Colors of #634467
Black with #634467
Text Example
Text Example
White with #634467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634467; }
p { color: rgb(99,68,103); }
H1.HeaderClassName
{
color: #634467;
}
.AnyTagClassName
{
color: #634467;
}
</style>
background-color css
<style>
a { background-color: #634467; }
a { background-color: rgb(99,68,103); }
div.DivClassName
{
background-color: #634467;
}
.BgClassName
{
background-color: #634467;
}
</style>
border-color css
<style>
span { border-color: #634467; }
span { border-color: rgb(99,68,103); }
td.TdClassName
{
border-color: #634467;
}
.TagClassName
{
border-color: #634467;
}
</style>