Shades of Fedora #615366
Tints of Fedora #615366
RGB
CMYK
RGB Variations
Color information
#615366 (or 0x615366) is known color: Fedora. HEX triplet: 61, 53 and 66. RGB value is (97,83,102). Sum of RGB (Red+Green+Blue) = 97+83+102=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 102 - color contains mainly: blue. Hex color #615366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615366 is #9EAC99. Grayscale: #595959. Windows color (decimal): -10398874 or 6706017. OLE color: 6706017.
HSL color Cylindrical-coordinate representation of color #615366: hue angle of 284.21º 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 #615366 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 97 | 83 | 102 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.6 |
| HSL | 284.21º | 0.1% | 0.36% | - |
| HSV(B) | 284.21º | 0.19% | 0.4% | - |
| XYZ | 10.42 | 9.69 | 13.89 | - |
| YUV | 89.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 102 | 0.05 | 0.19 | 0 | 0.6 | 284.21 | 0.1 | 0.36 |
| Hex | 61 | 53 | 66 | 5 | 13 | 0 | 3C | 11C | A | 24 |
| Octal | 141 | 123 | 146 | 5 | 23 | 0 | 74 | 434 | 12 | 44 |
| Binary | 1100001 | 1010011 | 1100110 | 101 | 10011 | 0 | 111100 | 100011100 | 1010 | 100100 |
Color Harmonies of #615366
Complementary color
Monochromatic Colors of #615366
Black with #615366
Text Example
Text Example
White with #615366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615366; }
p { color: rgb(97,83,102); }
H1.HeaderClassName
{
color: #615366;
}
.AnyTagClassName
{
color: #615366;
}
</style>
background-color css
<style>
a { background-color: #615366; }
a { background-color: rgb(97,83,102); }
div.DivClassName
{
background-color: #615366;
}
.BgClassName
{
background-color: #615366;
}
</style>
border-color css
<style>
span { border-color: #615366; }
span { border-color: rgb(97,83,102); }
td.TdClassName
{
border-color: #615366;
}
.TagClassName
{
border-color: #615366;
}
</style>