Shades of Fedora #624F6A
Tints of Fedora #624F6A
RGB
CMYK
RGB Variations
Color information
#624F6A (or 0x624F6A) is known color: Fedora. HEX triplet: 62, 4F and 6A. RGB value is (98,79,106). Sum of RGB (Red+Green+Blue) = 98+79+106=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 106 - color contains mainly: blue. Hex color #624F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624F6A is #9DB095. Grayscale: #575757. Windows color (decimal): -10334358 or 6967138. OLE color: 6967138.
HSL color Cylindrical-coordinate representation of color #624F6A: hue angle of 282.22º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #624F6A is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 79 | 106 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.58 |
| HSL | 282.22º | 0.15% | 0.36% | - |
| HSV(B) | 282.22º | 0.25% | 0.42% | - |
| XYZ | 10.43 | 9.23 | 14.87 | - |
| YUV | 87.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 106 | 0.08 | 0.25 | 0 | 0.58 | 282.22 | 0.15 | 0.36 |
| Hex | 62 | 4F | 6A | 8 | 19 | 0 | 3A | 11A | F | 24 |
| Octal | 142 | 117 | 152 | 10 | 31 | 0 | 72 | 432 | 17 | 44 |
| Binary | 1100010 | 1001111 | 1101010 | 1000 | 11001 | 0 | 111010 | 100011010 | 1111 | 100100 |
Color Harmonies of #624F6A
Complementary color
Monochromatic Colors of #624F6A
Black with #624F6A
Text Example
Text Example
White with #624F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F6A; }
p { color: rgb(98,79,106); }
H1.HeaderClassName
{
color: #624F6A;
}
.AnyTagClassName
{
color: #624F6A;
}
</style>
background-color css
<style>
a { background-color: #624F6A; }
a { background-color: rgb(98,79,106); }
div.DivClassName
{
background-color: #624F6A;
}
.BgClassName
{
background-color: #624F6A;
}
</style>
border-color css
<style>
span { border-color: #624F6A; }
span { border-color: rgb(98,79,106); }
td.TdClassName
{
border-color: #624F6A;
}
.TagClassName
{
border-color: #624F6A;
}
</style>