Shades of Fedora #624467
Tints of Fedora #624467
RGB
CMYK
RGB Variations
Color information
#624467 (or 0x624467) is known color: Fedora. HEX triplet: 62, 44 and 67. RGB value is (98,68,103). Sum of RGB (Red+Green+Blue) = 98+68+103=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 103 - color contains mainly: blue. Hex color #624467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624467 is #9DBB98. Grayscale: #505050. Windows color (decimal): -10337177 or 6767714. OLE color: 6767714.
HSL color Cylindrical-coordinate representation of color #624467: hue angle of 291.43º 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 #624467 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 68 | 103 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.60 |
| HSL | 291.43º | 0.2% | 0.34% | - |
| HSV(B) | 291.43º | 0.34% | 0.4% | - |
| XYZ | 9.55 | 7.71 | 13.82 | - |
| YUV | 80.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 68 | 103 | 0.05 | 0.34 | 0 | 0.60 | 291.43 | 0.2 | 0.34 |
| Hex | 62 | 44 | 67 | 5 | 22 | 0 | 3C | 123 | 14 | 22 |
| Octal | 142 | 104 | 147 | 5 | 42 | 0 | 74 | 443 | 24 | 42 |
| Binary | 1100010 | 1000100 | 1100111 | 101 | 100010 | 0 | 111100 | 100100011 | 10100 | 100010 |
Color Harmonies of #624467
Complementary color
Monochromatic Colors of #624467
Black with #624467
Text Example
Text Example
White with #624467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624467; }
p { color: rgb(98,68,103); }
H1.HeaderClassName
{
color: #624467;
}
.AnyTagClassName
{
color: #624467;
}
</style>
background-color css
<style>
a { background-color: #624467; }
a { background-color: rgb(98,68,103); }
div.DivClassName
{
background-color: #624467;
}
.BgClassName
{
background-color: #624467;
}
</style>
border-color css
<style>
span { border-color: #624467; }
span { border-color: rgb(98,68,103); }
td.TdClassName
{
border-color: #624467;
}
.TagClassName
{
border-color: #624467;
}
</style>