Shades of Fedora #615066
Tints of Fedora #615066
RGB
CMYK
RGB Variations
Color information
#615066 (or 0x615066) is known color: Fedora. HEX triplet: 61, 50 and 66. RGB value is (97,80,102). Sum of RGB (Red+Green+Blue) = 97+80+102=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 102 - color contains mainly: blue. Hex color #615066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615066 is #9EAF99. Grayscale: #575757. Windows color (decimal): -10399642 or 6705249. OLE color: 6705249.
HSL color Cylindrical-coordinate representation of color #615066: hue angle of 286.36º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #615066 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 97 | 80 | 102 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.6 |
| HSL | 286.36º | 0.12% | 0.36% | - |
| HSV(B) | 286.36º | 0.22% | 0.4% | - |
| XYZ | 10.2 | 9.24 | 13.82 | - |
| YUV | 87.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 80 | 102 | 0.05 | 0.22 | 0 | 0.6 | 286.36 | 0.12 | 0.36 |
| Hex | 61 | 50 | 66 | 5 | 16 | 0 | 3C | 11E | C | 24 |
| Octal | 141 | 120 | 146 | 5 | 26 | 0 | 74 | 436 | 14 | 44 |
| Binary | 1100001 | 1010000 | 1100110 | 101 | 10110 | 0 | 111100 | 100011110 | 1100 | 100100 |
Color Harmonies of #615066
Complementary color
Monochromatic Colors of #615066
Black with #615066
Text Example
Text Example
White with #615066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615066; }
p { color: rgb(97,80,102); }
H1.HeaderClassName
{
color: #615066;
}
.AnyTagClassName
{
color: #615066;
}
</style>
background-color css
<style>
a { background-color: #615066; }
a { background-color: rgb(97,80,102); }
div.DivClassName
{
background-color: #615066;
}
.BgClassName
{
background-color: #615066;
}
</style>
border-color css
<style>
span { border-color: #615066; }
span { border-color: rgb(97,80,102); }
td.TdClassName
{
border-color: #615066;
}
.TagClassName
{
border-color: #615066;
}
</style>