Shades of Fedora #634565
Tints of Fedora #634565
RGB
CMYK
RGB Variations
Color information
#634565 (or 0x634565) is known color: Fedora. HEX triplet: 63, 45 and 65. RGB value is (99,69,101). Sum of RGB (Red+Green+Blue) = 99+69+101=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 101 - color contains mainly: blue. Hex color #634565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634565 is #9CBA9A. Grayscale: #515151. Windows color (decimal): -10271387 or 6636899. OLE color: 6636899.
HSL color Cylindrical-coordinate representation of color #634565: hue angle of 296.25º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #634565 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 69 | 101 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.60 |
| HSL | 296.25º | 0.19% | 0.33% | - |
| HSV(B) | 296.25º | 0.32% | 0.4% | - |
| XYZ | 9.62 | 7.85 | 13.32 | - |
| YUV | 81.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 101 | 0.02 | 0.32 | 0 | 0.60 | 296.25 | 0.19 | 0.33 |
| Hex | 63 | 45 | 65 | 2 | 20 | 0 | 3C | 128 | 13 | 21 |
| Octal | 143 | 105 | 145 | 2 | 40 | 0 | 74 | 450 | 23 | 41 |
| Binary | 1100011 | 1000101 | 1100101 | 10 | 100000 | 0 | 111100 | 100101000 | 10011 | 100001 |
Color Harmonies of #634565
Complementary color
Monochromatic Colors of #634565
Black with #634565
Text Example
Text Example
White with #634565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634565; }
p { color: rgb(99,69,101); }
H1.HeaderClassName
{
color: #634565;
}
.AnyTagClassName
{
color: #634565;
}
</style>
background-color css
<style>
a { background-color: #634565; }
a { background-color: rgb(99,69,101); }
div.DivClassName
{
background-color: #634565;
}
.BgClassName
{
background-color: #634565;
}
</style>
border-color css
<style>
span { border-color: #634565; }
span { border-color: rgb(99,69,101); }
td.TdClassName
{
border-color: #634565;
}
.TagClassName
{
border-color: #634565;
}
</style>