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