Shades of Fedora #625366
Tints of Fedora #625366
RGB
CMYK
RGB Variations
Color information
#625366 (or 0x625366) is known color: Fedora. HEX triplet: 62, 53 and 66. RGB value is (98,83,102). Sum of RGB (Red+Green+Blue) = 98+83+102=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 102 - color contains mainly: blue. Hex color #625366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625366 is #9DAC99. Grayscale: #595959. Windows color (decimal): -10333338 or 6706018. OLE color: 6706018.
HSL color Cylindrical-coordinate representation of color #625366: hue angle of 287.37º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #625366 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 98 | 83 | 102 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.6 |
| HSL | 287.37º | 0.1% | 0.36% | - |
| HSV(B) | 287.37º | 0.19% | 0.4% | - |
| XYZ | 10.53 | 9.74 | 13.9 | - |
| YUV | 89.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 83 | 102 | 0.04 | 0.19 | 0 | 0.6 | 287.37 | 0.1 | 0.36 |
| Hex | 62 | 53 | 66 | 4 | 13 | 0 | 3C | 11F | A | 24 |
| Octal | 142 | 123 | 146 | 4 | 23 | 0 | 74 | 437 | 12 | 44 |
| Binary | 1100010 | 1010011 | 1100110 | 100 | 10011 | 0 | 111100 | 100011111 | 1010 | 100100 |
Color Harmonies of #625366
Complementary color
Monochromatic Colors of #625366
Black with #625366
Text Example
Text Example
White with #625366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625366; }
p { color: rgb(98,83,102); }
H1.HeaderClassName
{
color: #625366;
}
.AnyTagClassName
{
color: #625366;
}
</style>
background-color css
<style>
a { background-color: #625366; }
a { background-color: rgb(98,83,102); }
div.DivClassName
{
background-color: #625366;
}
.BgClassName
{
background-color: #625366;
}
</style>
border-color css
<style>
span { border-color: #625366; }
span { border-color: rgb(98,83,102); }
td.TdClassName
{
border-color: #625366;
}
.TagClassName
{
border-color: #625366;
}
</style>